Loading Tool

Explorer IconExplorer

Memory Pool

84,066 transactions
31.51 vMB
0.10235913 BTC
Random Selection Loading Transactions
Max Size: 193.26/200 MB

Candidate Block

Mining Attempt cf80e688da8308ab9a9accc4929a1afb56e216c05272e44efa11d8b87adc5199
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 6f44edcd1835576eec48df29f01b816eb9445eb839dbea0098e97cbf1bb7f0b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,239
Size: 1.00 vMB
Total Fees: 0.02963052 BTC
Feerates: 504.27 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (142,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
772,899 772,899 000000000000000000009413f0e0ca2f32171315d91e41ac1a58ebbe58a17655 1,827 1.00/1.00 vMB 9
772,898 772,898 000000000000000000038b5624cd3e1ba360602e04127a04891f9df7c94cc453 985 1.00/1.00 vMB 5
772,897 772,897 000000000000000000036c9ae80b495a5d82b944f076e86d50d6a411676db7bd 2,646 1.00/1.00 vMB 13
772,896 772,896 00000000000000000000ecc77b4111b6e85134f084ee4f18c0aea31dd8886c8e 490 1.00/1.00 vMB 2
772,895 772,895 0000000000000000000007fec6daaf93d81c6b7526ea7525bb803ce2c24cfa7e 5,312 1.00/1.00 vMB 2
772,894 772,894 0000000000000000000317d0f8939f72c43c02454f1d2d46577e5b70908449c3 1,250 1.00/1.00 vMB 5
772,893 772,893 000000000000000000037148e4206499cc6abf0da4c61cd45d3db015aaecd2db 3,123 1.00/1.00 vMB 10
772,892 772,892 00000000000000000004001cdde90015dca5bc25944d44451cac7ccdc0877894 2,955 1.00/1.00 vMB 10
772,891 772,891 00000000000000000003bf4d263484a84037b2433c7e1150a79a447fcc53a4f9 1,266 1.00/1.00 vMB 13
772,890 772,890 000000000000000000004a26da8afe35f76d6345895dc7431a961c2de2ee9e7d 1,963 1.00/1.00 vMB 17
772,889 772,889 000000000000000000010272bd8ff8c121b612dde99423e0b0ff8edbd5611440 2,649 1.00/1.00 vMB 19
772,888 772,888 000000000000000000012e5c23547266cc286a4c0ab2b175fb244ffa7479d024 3,254 1.00/1.00 vMB 25
772,887 772,887 00000000000000000001fb52c02a46481ce8b2c55a22fa60b32d8bed5fc1b097 3,383 1.00/1.00 vMB 29
772,886 772,886 0000000000000000000237d40949d1803f49a01422538489c33bc7239f93cd70 2,189 1.00/1.00 vMB 29
772,885 772,885 00000000000000000001b22c3e8b3fda13154e1f294fb5dcfd334d4e36f32ce1 4,587 1.00/1.00 vMB 12
772,884 772,884 00000000000000000001c44c40e0e48b25377c887a5ccdd668a3036210fc952c 2,601 1.00/1.00 vMB 10
772,883 772,883 000000000000000000050f4071c1dd28d63e78fcbb381dcd10f04fd09b818bb4 3,158 1.00/1.00 vMB 9
772,882 772,882 00000000000000000006dd8350141d9f76f9b2e60899824d8d5e648a26e1b09a 2,279 1.00/1.00 vMB 11
772,881 772,881 000000000000000000014f4c1ae5b910fa972adfdf5250e755e7605f8670c05e 2,417 1.00/1.00 vMB 20
772,880 772,880 00000000000000000000d8a8bc68d5d7f5b935e3960679452f4ad83362a524f0 2,240 1.00/1.00 vMB 18
772,879 772,879 000000000000000000028dc3ba39930709961b0656f26db51b93d09a35a7b8dd 3,531 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.30 GB
    • Received: 16.87 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.