Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

487 transactions (0.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,575 000000000000000000022cb30000000000000000000000000000000000000000 0.18 vMB 476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,574 (885,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,344 25,344 0000000081086c4869c31e5549efc21144eb7665ce1219f6b776ca4df3fc1690 0.00 MB 1 0
25,343 25,343 00000000267b010bcfab25e86397e7c1b6430216da6eec1090f75a94a12215a0 0.00 MB 1 0
25,342 25,342 00000000a0fdb586cbfdd9b06f0b02f7867460fb6e4d9ae71a7760508312f4a0 0.00 MB 1 0
25,341 25,341 00000000732907b4834a3627f6ec7aa722a771dbe992525c133b48ea56645437 0.00 MB 1 0
25,340 25,340 000000006a4fd281f6cff6f9feb9568ac79216e8012c34c237593a32b49241d9 0.00 MB 1 0
25,339 25,339 0000000067f769d6389a8a5695a496d19c7260dbae37ecceed8314a320eea109 0.00 MB 1 0
25,338 25,338 00000000604b8378e1477db2004970eaea57c6a8f2dcb4545cdaa02d1631340c 0.00 MB 1 0
25,337 25,337 000000002febf99d3f8061f09a471b7b5997d02350ee427528bf62c10f3ceffc 0.00 MB 1 0
25,336 25,336 00000000380d16ef68f09fa2e5882b480a1e49f13980b8e4792def2be7cd8ee7 0.00 MB 1 0
25,335 25,335 00000000e31be42d20bf2d7341186393609df513b5b62a2a54dfeedbaf5c53d3 0.00 MB 1 0
25,334 25,334 00000000b28891532c51faf2456dc7344114ac8f03d8e56b17011e2439b17989 0.00 MB 1 0
25,333 25,333 000000001938167a120d6cb8a1d78557b0021f08697a04459b87562f998fd1fc 0.00 MB 1 0
25,332 25,332 000000007319bac1d0e2d6268fb506c06f0b089090b4b730d8e00fadf90de141 0.00 MB 1 0
25,331 25,331 000000003ec7fe9c77c4565cc2a1106f800b18641b402bcad5c3ceff89767db0 0.00 MB 1 0
25,330 25,330 00000000030faa44aa370e1be0c4383a117f470c1e8093da509a26ad8baf0835 0.00 MB 1 0
25,329 25,329 00000000b3931745bc63a358f8371b778b7a4c52cc3361a0789f51595d9884a9 0.00 MB 1 0
25,328 25,328 00000000111a0ec2c073dc73f442c110b8eae465ce34f3c144ee4351de33722a 0.00 MB 1 0
25,327 25,327 00000000d1c3f05cb4b5903eb1ae34ea3e9f653ad37defe505d0bb2b9dd41602 0.00 MB 1 0
25,326 25,326 00000000b084d7b77cccd0fa804bef120d83bbcbe1ea711253733b35953ebd17 0.00 MB 1 0
25,325 25,325 00000000f28a6325e64d5ffb4261c1725f66acf1884e8212b7eab228cbcd73f7 0.00 MB 1 0
25,324 25,324 0000000030a927f4e6377adb6297f95167015be787111e8bfbda1d0dccfa1e2c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.44 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,253.04 GB sent, 120.75 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.