Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,379 transactions (0.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,370 000000000000000000022b910000000000000000000000000000000000000000 0.43 vMB 1,366 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,369 (66,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,481 844,481 00000000000000000002975d2ea09a0500a1c0d68cdfeaf1dcfb000dc1656d05 1.68 MB 5,493 11
844,480 844,480 000000000000000000027ff55b7ed7898a9d66e2223fced1ef057d78fa3d22eb 1.64 MB 3,664 15
844,479 844,479 00000000000000000001bf269217e7b083b7a47303e305137780767a1613ed6c 1.61 MB 4,202 16
844,478 844,478 00000000000000000001f229031a2ec396843870b7256f5eefefe03514da6281 1.61 MB 6,123 8
844,477 844,477 00000000000000000002f1e13142a2f7989d2afd678b07e0e33d42eb98279194 1.57 MB 2,402 15
844,476 844,476 000000000000000000028bf3c578a14343be930a2c914dabeb8bd8d5651d8a9c 1.49 MB 2,546 21
844,475 844,475 000000000000000000012359ec35fe99e04124c2545e4bef9c46f0c4408498e1 1.54 MB 2,913 20
844,474 844,474 00000000000000000000309dcca3aa2914adb68e88977eae60c5de940bc3ca51 1.61 MB 5,368 13
844,473 844,473 000000000000000000029b42462da303d23250a02c7a273325664f5c828d302b 1.61 MB 5,819 7
844,472 844,472 000000000000000000034a3ad8eda6f7879de6cd988d013140608c1d4885e64f 1.79 MB 5,759 10
844,471 844,471 00000000000000000001635add18d251fc1d2d01259bee34171a996e52b50467 1.56 MB 6,999 8
844,470 844,470 0000000000000000000150d375db1b0a4010d53a81b97b49b34344ec17908223 1.77 MB 3,364 19
844,469 844,469 000000000000000000021a9a862b3accee4f7452abba25776165c9170e11bc2f 1.86 MB 4,802 11
844,468 844,468 00000000000000000000951dfee23ba9afc1356755f7a7d62f2149fe7717e2f2 1.60 MB 3,010 22
844,467 844,467 0000000000000000000310a1d9e71f08ef18a1ce556d8e9e3f24bc3e02963e13 1.84 MB 5,046 14
844,466 844,466 0000000000000000000264ab4e8113b0d0cebf0f508df3e6fb4a5b2323f9aa24 1.77 MB 5,658 10
844,465 844,465 00000000000000000003216716d7c4545638639bd07db41a7e62c6deaf137788 1.63 MB 4,729 19
844,464 844,464 000000000000000000024b879ee83160e01eac6cf401d1f33a1e5f890d5f249a 1.54 MB 4,032 12
844,463 844,463 00000000000000000000771a379f69207cc5dc34a6d385633cbb4374400af596 1.66 MB 2,916 16
844,462 844,462 00000000000000000001876d1ea261aa8880b87345e99f7e9c0b9fbe1fea2f1b 1.37 MB 2,078 13
844,461 844,461 00000000000000000000ac7d200b9f7711c615851d816a12aade063f2f3035bb 1.48 MB 2,654 21
Previous 10 blocks ↓
Total Size: 775.93 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,401.85 GB sent, 128.46 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.