Loading Tool

Explorer IconExplorer

Memory Pool

23,151 transactions
10.13 vMB
0.02828669 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.02/200 MB

Candidate Block

Mining Attempt 310bd808c8eb06cf85a5adfeade27a5957fb5783812e95e0869aae4f4fe18247
Version 20000000
Previous Block 00000000000000000000530b19dff44f12db6823c6764166133ba764e9326fca
Merkle Root ab33ddaa348a2544348258c5b384547399220b7052db2decbc5e51f0f4b90b3c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,643
Size: 1.00 vMB
Total Fees: 0.01192914 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,508 (722,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
191,280 191,280 00000000000001e953ee876389bd132b4faef35c145463fb66e573007a433b7b 81 0.05 vMB 138
191,279 191,279 00000000000002db7ed94689df0262cf5cbd279eba4fde7268a43c0e7e284427 54 0.02 vMB 106
191,278 191,278 00000000000004482618c92c0ad0590a07483a8a3b235f8bd816f096e58d41bf 65 0.02 vMB 14
191,277 191,277 000000000000030407b4a647c96bc5780fdcdf40a3323d1e873fb9de0f23e00a 709 0.31 vMB 135
191,276 191,276 000000000000025c85e2ab50aed7cb1988096f356561692ecfca5b22f0ed79fc 11 0.00 vMB 15
191,275 191,275 00000000000000d742729e8d5bccd62ffa9f3ace8d6ee3686ed37ac087485814 25 0.01 vMB 17
191,274 191,274 0000000000000622f05362ecd07ff6295ef5eb14e75583086dc9ec144f809d2d 130 0.05 vMB 126
191,273 191,273 0000000000000397b738dbf6cdaaa4b321b33dca230369839ddb50e0d09dfe10 150 0.05 vMB 49
191,272 191,272 00000000000007624d61d7373f86b40966c35477e03b9fcc631047c03da1015d 867 0.38 vMB 131
191,271 191,271 00000000000004d9eee57cfee33f683ff44eb6063930ffc30db6d269852836e3 9 0.00 vMB 20
191,270 191,270 00000000000002b0e81c2ecbae29f215fa34ee4e4c6082087b09742f7232bce4 12 0.00 vMB 18
191,269 191,269 00000000000008dce59a55958ea14ef0f6b4bdcf43a1c1dfb23d27a4c40f3f89 590 0.25 vMB 128
191,268 191,268 00000000000005bc15ba0c65101dfb6be68b29e90dd3f98b3b8d9c0e560eb043 31 0.01 vMB 111
191,267 191,267 00000000000002c85bd9b4db3f4a59a66dabe2b9c6d718155edab19c3a6f85b9 70 0.02 vMB 17
191,266 191,266 0000000000000475c9aa4332cac433106ebcbabbf6d6475288f28bbb362a4a10 36 0.02 vMB 129
191,265 191,265 000000000000005b054cf939c053be6c7716eecf3f5bc5a0b974c444a309743c 261 0.11 vMB 448
191,264 191,264 00000000000004e1fc0bbe588e06902e90457654e91bffee571ef8190d3a665d 224 0.10 vMB 126
191,263 191,263 00000000000006ee67370ed7540511fd10ce5ad4c4bd3f6f54b27ca350b18f04 152 0.04 vMB 95
191,262 191,262 0000000000000320c4d563f14fdd83445d20c245e284969ecd70df3d52c7b673 104 0.05 vMB 130
191,261 191,261 00000000000007e9cf06c11ca641ea0582c82772ff739b835f592f0fc56171f4 11 0.00 vMB 68
191,260 191,260 0000000000000473e460792273c36b0973f398618bf44be882d58fa44ace357a 39 0.02 vMB 50
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 379.27 GB
    • Received: 1.90 GB
  • Uptime:

Notes

  • 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.