Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,150 transactions (0.38 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,367 000000000000000000022b910000000000000000000000000000000000000000 0.38 vMB 1,150 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (189,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
721,901 721,901 000000000000000000016a08d23dfff93610723ef3612f077c7b24f76315641e 1.38 MB 3,102 9
721,900 721,900 00000000000000000005400eb2c676f0677f88aadf5997e81a3ccb713e74c7c4 1.60 MB 2,814 10
721,899 721,899 00000000000000000008c19d8a869bcfa0c8e4239d19ba441ce610b99b454373 1.51 MB 2,927 8
721,898 721,898 000000000000000000029404975b08db3734aacc35478081cc363b85ea395e5a 1.44 MB 2,748 19
721,897 721,897 0000000000000000000590781dcf5eccd9ad4fcfbd29c0c2ae56a2c9b6a167cf 1.36 MB 2,527 17
721,896 721,896 000000000000000000050322f9c4b720bbcb2c86f0625e8797cd278fa970e50b 1.53 MB 3,340 12
721,895 721,895 00000000000000000006c75fd22818c37fb3722afc8e822915be8a4e8515bbe5 1.56 MB 2,792 11
721,894 721,894 00000000000000000004d80494814c0babfbd6463e2f6728c69139b9a4ea5521 1.42 MB 2,484 11
721,893 721,893 00000000000000000008b702e383f61fd8082e516b61cec502ec610e56497028 1.52 MB 3,184 15
721,892 721,892 00000000000000000002ca684bc9670d2354c2c2ab3b68d445e2c6004150ab17 1.32 MB 1,780 11
721,891 721,891 0000000000000000000239eb26e9a2cdf1059f57f37bce15c6909c5f25e99a43 1.26 MB 1,922 16
721,890 721,890 000000000000000000048a5ca300e9425acdbab5bb73920f5b8c0049a0a1b210 1.53 MB 3,207 17
721,889 721,889 00000000000000000004b1cb88bfdc2b7d05a6de929de0046e0d7fc926e9cd1a 1.37 MB 1,956 9
721,888 721,888 000000000000000000053882f4efbac976a2f632603b6fc1d833a109dae5727f 1.33 MB 1,727 6
721,887 721,887 00000000000000000001c7c1b1e6a2ac415f716494a963e786d251f52d45ae6d 1.56 MB 2,538 12
721,886 721,886 00000000000000000007344b8ddcf1f6aae41c8110180a97c0989cbe89be27e0 1.36 MB 1,186 5
721,885 721,885 000000000000000000055fbb37293c1afc8646090c521b653e99937d330af52c 1.19 MB 818 5
721,884 721,884 00000000000000000008103d34e120778a11b5650cb8a90b9233cc7ed2dbc518 1.16 MB 760 3
721,883 721,883 000000000000000000069a426419be44fb8516d8edc29ddcddaeadfcf1cc6e81 1.57 MB 3,053 6
721,882 721,882 00000000000000000009e44f879edc27022878967e1dc19f44f15781b19fdf03 1.58 MB 2,828 14
721,881 721,881 000000000000000000086c3cc64be667d663bfb6650ac1b14afbe9a43f286290 1.51 MB 2,338 12
Previous 10 blocks ↓
Total Size: 775.92 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.72 GB sent, 128.43 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.