Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,605 transactions (2.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,753 (855,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,462 55,462 000000000bb4e9b65d3db59fd35606987b9d8834a94d29d3c374fa5a30968ae1 0.00 MB 1 0
55,461 55,461 000000001008be43419b0bdee0d467da3d5a29e69e881e3a79d85f277602f570 0.00 MB 1 0
55,460 55,460 00000000011200cb1744adf1f18cd08c740ecb98e0b8444771f8b7cf473a49a3 0.00 MB 1 0
55,459 55,459 000000000d8d4fe9eb786c672950068f4625bbcda1e76f46342d7832883e3654 0.00 MB 1 0
55,458 55,458 0000000001236fc49aa1f2c014099d0fe84cee00fa6bb22a9cf9e6e8d14c7332 0.00 MB 1 0
55,457 55,457 00000000101e247bfa235c0581c94cbb4d3559d3908b4b7e916ed8e1f06c4d0e 0.00 MB 1 0
55,456 55,456 000000000fc897b7352006f61185457daa52ca8f145aaaccbebbcd74cbb9689c 0.00 MB 1 0
55,455 55,455 0000000005918f0ca24a242af921389c3f4581c0ebbb47f65a9678e970c2fcc0 0.00 MB 1 0
55,454 55,454 000000001287b4735a0b19c494951e99149a93b3e3c1b3331084aee7b73f0726 0.00 MB 1 0
55,453 55,453 000000000877b01c38f8f2c9b91fdab6033d76144a09a2ed8320ee4d8c9ec5e1 0.00 MB 1 0
55,452 55,452 000000000b499c927638c820b23b129f6e6d01d911f3daf1fed46289536d544a 0.00 MB 1 0
55,451 55,451 000000000d35046ec3d77f75a2d3a763faea5e9876b1ccae5455b8d94aaa971f 0.00 MB 1 0
55,450 55,450 000000000df79a230981d4071ffc562f0d34e76d6849b1badbf1488e0cdaa210 0.00 MB 1 0
55,449 55,449 0000000005868322b3df36bca56534abfcd965dc8af4f153dbc089f607426470 0.00 MB 2 0
55,448 55,448 000000000a1c8339f363530b09a7e3d02a29f013b4746f9076e8314e7edf58f1 0.00 MB 1 0
55,447 55,447 00000000030a622e8852027aa83b52d7ae5c7082378da57644d1bc34ecdbe440 0.00 MB 1 0
55,446 55,446 00000000102ca140c564ef0d1d0d3daef2d7d8dd695c0850af967f9ffa32d610 0.00 MB 1 0
55,445 55,445 000000001091c9858d0db08990ed686c1838853ef5e2089d5a375e7cfb912c0b 0.00 MB 1 0
55,444 55,444 00000000035c73c94869dc475c1fc6579f385104b3c9b1d7b82f44d36693910c 0.00 MB 1 0
55,443 55,443 000000000c73401b16a88cf0f0d28af299698f3e95fb38022c49b687318662ad 0.00 MB 1 0
55,442 55,442 00000000082a566f96e5472a5cfd421509a376a6e2efe3a5f05046d6d5a365a4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.78 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,294.07 GB sent, 122.53 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.