Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,138 transactions (1.17 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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,351 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,831 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,350 (856,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,184 54,184 000000000611a8c2c1ee6edf2bcd4ed2d82361d4bd233decdbd389adaef6e74a 0.00 MB 1 0
54,183 54,183 000000001041c354f6c8c2716c18b2f911b72f3114bdc73d04eedcdd8dac8700 0.00 MB 1 0
54,182 54,182 000000000f5c4ec5824aaddb2df75f5234beced2a5906c875492387c6cf00ca7 0.00 MB 1 0
54,181 54,181 000000000bf6b8160d115f6c9664480bf915def05bcf460d193a3a8ea1d0efa3 0.00 MB 1 0
54,180 54,180 000000000a0857511e3320a77e6d2ada156ca2010d3445a08f7c1c03cf78ec7e 0.00 MB 1 0
54,179 54,179 0000000011f502deefea791b97647c4a79861b7abb9bd43b74516921b3045596 0.00 MB 1 0
54,178 54,178 000000000470d75f92c5e5a779fbf657b3f97de5b9babe60b837eb6ccb2a6426 0.00 MB 1 0
54,177 54,177 0000000002e1825d9021799a500269f8106145e6a6b9d434a878f2ceef546dcb 0.00 MB 1 0
54,176 54,176 000000001418df210ff358043d1f495fce89e569e7e46c4441f1c36565c96d16 0.00 MB 1 0
54,175 54,175 000000000f35a3c3d2c2c523dd337484da8a85de0d3dd7e28fef08e38223702c 0.00 MB 1 0
54,174 54,174 0000000010319a7a15538b138618e4bf1c360ca3150f40f87ff54d5020832ab0 0.00 MB 1 0
54,173 54,173 000000000d9e78577dadc092d8da579964c918d56ee1d20785895c69629dbbe3 0.00 MB 1 0
54,172 54,172 0000000016418a980625e4d86047915b476f98031b73a72fc66289627b8aa687 0.00 MB 1 0
54,171 54,171 0000000004f7de107cae3c7116d6284b825467a5efe1024822fabda52d6969c5 0.00 MB 1 0
54,170 54,170 000000000079c165f462c8971c6c57af938430bc84c84afba3ee4c1861582eaa 0.00 MB 1 0
54,169 54,169 00000000122a53e050a845c76193ca445c750ae2514840cecfbaf9b0cb750723 0.00 MB 1 0
54,168 54,168 000000000b6347ba0bfa33e2b1310ccd2bfadd44a6d1f6dbf7055d44b23cf7cc 0.00 MB 1 0
54,167 54,167 000000000a3ca1adc146b1d82854a88c147b360c6339843cd3f26eaf4d2a9171 0.00 MB 1 0
54,166 54,166 0000000012f9eefd8ba2bb0ab117b640cf55f93d5ae057b9c48f312e55b7923e 0.00 MB 2 0
54,165 54,165 000000000a61e009e910281591eca53cd49dbd5f48433c19e373f6de0ceb6e97 0.00 MB 1 0
54,164 54,164 000000000c71ed1013258ce8c5234a27a7156fe0d8f9ac9b66c30993176282ff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.05 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,232.41 GB sent, 118.82 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.