Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,266 transactions (2.31 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,669 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,665 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,668 (881,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,313 29,313 00000000760d2e2f3d2332e8809ac138d8a3723aadfc34730e8c4f01b27854ba 0.00 MB 1 0
29,312 29,312 00000000ee5c6473479285f94f4f8c46d1c385e72fe0e5ab6030087cf3674da3 0.00 MB 1 0
29,311 29,311 0000000006491fdc77a8aee07fd97fbf86ded81a930ad4d4f992315ef5cdbfd8 0.00 MB 1 0
29,310 29,310 00000000e8a72d3060e11d825f544948b5de971194c056002b01c7357a28f87e 0.00 MB 1 0
29,309 29,309 0000000047b334369f7567106d373071ee7b741bcb10f66210f39213ddd1a585 0.00 MB 1 0
29,308 29,308 000000003414d73258f3afef773d2bbd0500d09e78da1097801dfed444108154 0.00 MB 1 0
29,307 29,307 0000000064a7e65e7a90dfd38c61db36c565178e67316b3675f9317ce6a4202e 0.00 MB 1 0
29,306 29,306 000000005004c382d673529605125d73acf9d621732b98acfd3ff5cf6b4ea9c1 0.00 MB 1 0
29,305 29,305 0000000055f99275f699687b48715af0fb43e4f1edd6276440cb9743ab603816 0.00 MB 1 0
29,304 29,304 00000000b1e72766ae6b085bc632308f6a0e9c84ea29a489e891715af13eaada 0.00 MB 1 0
29,303 29,303 00000000e02aa3cb8c1919b8199e98fd747a0a64bda221a59d651e474f90978c 0.00 MB 1 0
29,302 29,302 0000000008fc9afa3ac64df7fb91b539e4d85fcd88bdc0e64816d727e7b09a29 0.00 MB 1 0
29,301 29,301 000000007ba9eeb138966362c2df0782f8a24209bbcf4daa0e8238a33c7e5509 0.00 MB 1 0
29,300 29,300 00000000cdeb480bed805eecb5c2fd12abbc78c5c01bf67e2142ec75c454eb10 0.00 MB 1 0
29,299 29,299 00000000d7293d8d573a92ab357cd906402d77dc17f02504d9e55dccd7f6ec47 0.00 MB 1 0
29,298 29,298 00000000fa2cbeec361f791c04a6b5f5f81f78b5f01de2027d60c9e282ad3a64 0.00 MB 1 0
29,297 29,297 00000000ac899d3ddd6f9ae55c61619ef7ad64116c83e90d3f096a9bdf6cecd8 0.00 MB 1 0
29,296 29,296 0000000016c05f26cbcc8d7f887b6f366dbb76a42bc7855a7aa6d5867098606a 0.00 MB 1 0
29,295 29,295 000000004901975d11d0514115d867ff6df4ca06e788ace10c548c13c3adb31e 0.00 MB 1 0
29,294 29,294 000000003141a73195c314f1eef9db7475a25678ec7de5aee9431f61d95f9d2e 0.00 MB 1 0
29,293 29,293 000000008ba9c2e413fe44526f5f069abe588259d163c640b16cd1f7f1a47971 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,285.69 GB sent, 121.71 GB received

Notes

  • This page updates every 5 seconds.
  • 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.