Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,231 transactions (1.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,786 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,671 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,785 (69,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
842,136 842,136 00000000000000000000a11fb2eaf1bbd9816e19566ba73a007e2a45eb092af6 1.35 MB 3,433 29
842,135 842,135 000000000000000000012484449d545dcfb6f4e6cd613516e5b2481629d2fc1b 1.36 MB 5,752 29
842,134 842,134 000000000000000000000e6ce68f971b93bad2be6a8f53ea846af725fddfdf48 1.48 MB 6,701 30
842,133 842,133 00000000000000000002e060542c72ba51c78dc348f24316ff0abacf43521d4f 1.47 MB 4,981 34
842,132 842,132 0000000000000000000234cbf83520b142d4116047976be2dc20cd1139f77282 1.42 MB 5,279 32
842,131 842,131 0000000000000000000245fc72e2f2197cfb9f523811fee79e003802f1cd9a91 1.43 MB 4,157 30
842,130 842,130 0000000000000000000187a8fa2f190f43cd7c67c992300f31d479de42e298d1 1.43 MB 6,011 30
842,129 842,129 00000000000000000002e1122c81a9b15402881afb1b73153e4137ba99da60b3 1.44 MB 6,476 30
842,128 842,128 00000000000000000001f0112092b9c3312bf416496cd8abcda1c9af63206506 1.61 MB 5,524 36
842,127 842,127 0000000000000000000316eefebc39d0824bade6c8d7f76cbbf93f272f5e9c57 1.54 MB 3,897 44
842,126 842,126 000000000000000000030fee1f7095bc6993d0aeef0a52d1a27bfb8b89ec0135 1.46 MB 6,099 33
842,125 842,125 000000000000000000016bb785e7c385afdcac8ffe1a5589474bb43412f2ab38 1.46 MB 4,784 33
842,124 842,124 0000000000000000000211939d5f6b66e30bdca27a2c40cf4ff0cf9c82117d16 1.47 MB 5,655 34
842,123 842,123 00000000000000000000b5695d8ba34c41987591a7b5fa620fd9e5d85ff9ece5 1.49 MB 4,997 39
842,122 842,122 000000000000000000006e28fe04ea33b2192c1d7364ffab53f92ce614342622 1.48 MB 4,219 42
842,121 842,121 0000000000000000000194de1e73a2beae4e724472ad164bc06cc22379775334 1.47 MB 5,190 35
842,120 842,120 0000000000000000000134f9200fbe5482a1819ac04b95f9297be8583f78e90b 1.49 MB 5,285 42
842,119 842,119 000000000000000000014efac6c10ac9d4546fc6a38c6b3518af3e8d2a360a7a 1.49 MB 3,222 55
842,118 842,118 0000000000000000000066cbb9728ced7cb8f14a4ce749a10f8b6b65e92ad42c 1.51 MB 4,198 39
842,117 842,117 000000000000000000009c18e688d906e53a3fa538846a850cb65ff76426014a 1.53 MB 4,710 46
842,116 842,116 0000000000000000000248ec566433133fcceeca83f073854d3d0d64986ccfce 1.52 MB 4,079 53
Previous 10 blocks ↓
Total Size: 776.69 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,441.30 GB sent, 132.01 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.