Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,414 transactions (0.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,281 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.77 vMB 2,405 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,280 (841,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,721 68,721 0000000000aaad4d5f7035ff22a0e0ec62c393852bdce27978097589be378920 0.00 MB 2 0
68,720 68,720 00000000011ed9e86429ab02a2a5730b9ff2dd816dfe477be0a10f401568609a 0.00 MB 6 0
68,719 68,719 000000000155b15556861cb02807e9eeb76285ee9cf78ce8b1e758645a0722d8 0.00 MB 11 0
68,718 68,718 00000000014836a8d755d493d62811b8de96b87d81e8ffc3e1a633dad96e2be6 0.00 MB 1 0
68,717 68,717 00000000003590ee2b360c5ba7597ec4708a6aecadc9e4614089715432d2e9c0 0.00 MB 5 0
68,716 68,716 0000000000f5783598367a8899ec2288aa9817143f904052bafa662ab6a63709 0.00 MB 1 0
68,715 68,715 000000000001fdcd9a1443dc9c3c451cb8faa44f3680166b17dd67470d01c8be 0.01 MB 6 0
68,714 68,714 0000000000358cad6825b1b5e3a496a6f913b997dd91476081d4dfe51feddfbe 0.00 MB 1 0
68,713 68,713 00000000014d112984956832483cf362f7460c26f283bf11ff3b99c9a76997cf 0.00 MB 3 0
68,712 68,712 00000000008b7396137320c2aa08079c8a023dbf4c5eaa948f32ab6cdcd9f4c1 0.00 MB 2 0
68,711 68,711 0000000000af21ab10ef6f5e41e8f9460e26fc9a2cbaf204697dbaab0a7f1ca9 0.00 MB 2 0
68,710 68,710 0000000000ed3650774e0ac7ea524cc9c1b30bf7abf4098791a18ff6350038c7 0.00 MB 3 0
68,709 68,709 000000000021b029d8545201d87c77b5629aa76511324eccbeb2609c65523eef 0.00 MB 2 0
68,708 68,708 0000000000a054deb10c9f5320bec410c2f8dc422669850b800b152bd4766b45 0.00 MB 1 0
68,707 68,707 0000000001489df24527588d8e5f1931acbdf6e8bb1c4f13039ab0f181ed16d8 0.00 MB 1 0
68,706 68,706 00000000015654306ec181945d81e57cf1b6eb09b3cdc31be848773e5a4b4d00 0.00 MB 1 0
68,705 68,705 0000000000fb1dc2ea320c92a00c346dfa79c5ea18ba9115f69a27e38626ca2c 0.00 MB 1 0
68,704 68,704 000000000078e37a4070fc52269e94f26b287553d4f4dea5fe50bd6e171beefe 0.00 MB 1 0
68,703 68,703 0000000000bd8f2ea8487439361e0a3dd473bcddbd0a16149db20bdd3e3fd187 0.00 MB 2 0
68,702 68,702 000000000168b2febd18cca891dc4cfa5de5575f8b80dc29905827ac226c4d78 0.00 MB 1 0
68,701 68,701 00000000015205e2949dad13b348c4df631cff4c3b2ace7858b4ec5a2223ae35 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,228.26 GB sent, 118.16 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.