Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,965 transactions (5.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,627 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,272 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,626 (888,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,483 22,483 000000000f75e8c7bcadf169d00c099799d17279f9d99759a5815821331d4ead 0.00 MB 1 0
22,482 22,482 00000000a7631c743a881e667c84a01fca2a1a8f0b5aa7909e97db9dc5ced25e 0.00 MB 1 0
22,481 22,481 00000000bd2f2d1d9796a20f84d6c1aaba9d08dfd05d8b080565f56d4ee06a26 0.00 MB 1 0
22,480 22,480 0000000016cefbd89927fba3f7220a45e66da8bf2b8bc457f98c0b35bca52da3 0.00 MB 1 0
22,479 22,479 00000000dc96bd6d82e626c1a428637ebfe569370ebcb95aab670df244c1de55 0.00 MB 1 0
22,478 22,478 000000004afe30d63b067666b8014c4a4b9d8f7217f5f24c84ab15400016ed93 0.00 MB 1 0
22,477 22,477 00000000de3653d5d2edf43df71667f305ae0da0b2aa9ef1c69a819d41e33d97 0.00 MB 1 0
22,476 22,476 00000000892e49a3fab6da6449e6216fe50fd444638522c9c753a94d2e15bc9c 0.00 MB 1 0
22,475 22,475 000000003f0317b7f0ce10f5b970d002a612bb9fb0857feba6fbcc6cde177fc1 0.00 MB 1 0
22,474 22,474 00000000b41826bb7698efc05e303c1da00186bd8219d69fd3803aa8720055f0 0.00 MB 1 0
22,473 22,473 0000000007c2c71c6b2ffad7d16e866b331a49239244dad3aec4478da08072cd 0.00 MB 1 0
22,472 22,472 0000000023c731729fd683cb98ddae984094c7f2859fe4e0cc37332f53573879 0.00 MB 1 0
22,471 22,471 00000000427c365d5ae88289bb73b213eabb211d7896c00a0145851da88c3117 0.00 MB 1 0
22,470 22,470 000000002e23e995fc6a577aaab1044ee9d4ef83b051b5317dd5532af2d67e35 0.00 MB 1 0
22,469 22,469 000000002b0109b1bbe42220491784cf91ad07c93fc8fad0d01ab1c494b371fa 0.00 MB 1 0
22,468 22,468 000000001a02ea38504d7214a9fe4af0bd36ef72ea7fc404179bbbd499514a3c 0.00 MB 1 0
22,467 22,467 00000000d30eacbe5e811077b42f2240eeade0a54ed0d10c64e187d451b0da12 0.00 MB 1 0
22,466 22,466 00000000ec360bcc6d5cd9104d1cd8a2e4f7f329af7cafd740901d7d713daa6d 0.00 MB 1 0
22,465 22,465 00000000ffabeba413276a288d957179c7a4a4088de6c22508c71698a6476cd8 0.00 MB 1 0
22,464 22,464 00000000e64fce4f335b74a88189092abe2bd0b2a362270c1aa3e12f19fa1719 0.00 MB 1 0
22,463 22,463 0000000021e9ef9ad894530483a1dd36eba10cabddd2b5089818bbd4cff98699 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.54 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,262.33 GB sent, 121.28 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.