Loading Tool

Explorer IconExplorer

Memory Pool

20,052 transactions
9.61 vMB
0.01944802 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.99/200 MB

Candidate Block

Mining Attempt bf780eada69899cddc6fa3ffd7046bbf9fdfc67056350034f753d91db841cc50
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root 72e3fd53c9da9f4a7539b7868712c79863108eab2cb0aaf01746978a455eb79f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,755
Size: 1.00 vMB
Total Fees: 0.00434454 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (722,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
191,281 191,281 00000000000003921a5790d93c7ebe465833ead04c11621046175542eff42684 479 0.23 vMB 233
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
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 380.46 GB
    • Received: 1.91 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.