Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,527 transactions (1.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,622 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,109 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,621 (887,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,717 22,717 00000000a8ffe863b2a262c74baa8837d13445238a8368277c9fccc112109da5 0.00 MB 1 0
22,716 22,716 0000000067ef26f681cfbaa5c1f4325798746434131947650dda0712f3fe8712 0.00 MB 1 0
22,715 22,715 00000000effc1d29eee5808036c90fb6046ace2c78ed8632e9107c1a12c147f0 0.00 MB 1 0
22,714 22,714 000000004097a27efbf47d5fe76b1b65c14b09db5aece419eeb62de368c16c95 0.00 MB 1 0
22,713 22,713 0000000033c8b5df72a060c200e128b45f3ec84541b158e5de4292ead4982f45 0.00 MB 1 0
22,712 22,712 000000004560b559806e1b5bff5edb3d5de9438cb000e7a44d2b8e07a910bc53 0.00 MB 1 0
22,711 22,711 000000001ce7947a2f7b6863dcabc372e50c00d981cbf2de386a6369585b3d11 0.00 MB 1 0
22,710 22,710 00000000564c411d902e367a0b01f0dbfe70b225ccdf037f2b595b3d347d73fe 0.00 MB 1 0
22,709 22,709 0000000029f0b1359b93a862eded53452b5b0f8a20b302eb1054559933a8238c 0.00 MB 1 0
22,708 22,708 00000000a414feec86012bbed3cfa2ef22dc0274a1f9ad88a5f1e58b2c76b7c4 0.00 MB 1 0
22,707 22,707 000000004024cad93ff1541563f2791530eea8b2181b02bfb3bff3b7d6301881 0.00 MB 1 0
22,706 22,706 00000000a5376ccf2a737281a8de8b2831ee7edc9c630169e8703cef7a612169 0.00 MB 1 0
22,705 22,705 00000000410e660c7d3081c9ab290cc26fb99fdfabcf7ba62eb2b03ade965ff0 0.00 MB 1 0
22,704 22,704 00000000d4fc1e0a92d958c0f12dc338a8ddde2c174a59b8890f9f1de1ae511c 0.00 MB 1 0
22,703 22,703 000000002595e098cb12a54608db9335158693625faa7430a36605723c871223 0.00 MB 1 0
22,702 22,702 000000002a289be7334921edda08747027632b7423898e9a37de8b4211efde33 0.00 MB 1 0
22,701 22,701 00000000dd14e7874df00e8146d9c7dc8232dabdf668d2b81bb72ef24bb0c7d4 0.00 MB 1 0
22,700 22,700 0000000000be9c8806afa5d94d7c005804270a1f74d6848e36b26b420666860f 0.00 MB 1 0
22,699 22,699 00000000e76a6e5e032a59bc6dc53d663d4ee5eff8d8bf9c9a2fc8cc554352ce 0.00 MB 1 0
22,698 22,698 0000000089dae1ef44b740e7ba9c57b58e1db3d69fdc1d8bd341d73e884d4409 0.00 MB 1 0
22,697 22,697 0000000090fb34ab491e42fd68b50e0c6a114e12b6d7af754b72b3d1e796e087 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,258.58 GB sent, 121.15 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.