Loading Tool

Explorer IconExplorer

Memory Pool

78,083 transactions
29.32 vMB
0.06409118 BTC
Random Selection Loading Transactions
Max Size: 176.12/200 MB

Candidate Block

Mining Attempt b69612449d5320e28633bfd9ef34ddc4cf513c1d255f50f84f240e0f87cfcb9e
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root a6c104c10259481994c9c48dec1a2b1a813fe273691f5c64a8602cdde36e5d9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,018
Size: 1.00 vMB
Total Fees: 0.00453476 BTC
Feerates: 12.16 > 0.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (260,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,473 654,473 00000000000000000002c2ca640a3adcdca75db876294809e15bb3a1ea66386c 2,652 1.00/1.00 vMB 232
654,472 654,472 00000000000000000006b0ee35f10854ed071372978fac3b2379de5af6226280 3,347 1.00/1.00 vMB 253
654,471 654,471 0000000000000000000bc32a21d231037956ced631b23c66bd50905dd933030a 2,641 1.00/1.00 vMB 202
654,470 654,470 00000000000000000007f074c35f54d64e68536cf7575f2caf0537bba225bea4 1,415 1.00/1.00 vMB 166
654,469 654,469 00000000000000000001c7b77de8116159f73ae07f0b99b3737440734c0389c5 3,057 1.00/1.00 vMB 193
654,468 654,468 0000000000000000000c94c1204e8af6bcd9da68bb687c28103bdc6fe4567e8f 2,770 1.00/1.00 vMB 223
654,467 654,467 00000000000000000008cecc3e7e4ce416ae0c28296a3c3ed33f332bf40603f8 2,737 1.00/1.00 vMB 181
654,466 654,466 00000000000000000004b068247d3ed457cbfad99d253f31c3b5589514b47a7b 3,130 1.00/1.00 vMB 189
654,465 654,465 0000000000000000000dcb1d1592c0bf70090090ad7303ee74942bc5210e9762 2,583 1.00/1.00 vMB 191
654,464 654,464 00000000000000000006faf40b96d148eb142463ddccc0f81e2af358f406a092 2,721 1.00/1.00 vMB 228
654,463 654,463 0000000000000000000caeb2b9b3c8d0b9acc8328c9cd96725e398cd5c95ebe5 2,463 1.00/1.00 vMB 186
654,462 654,462 00000000000000000004d5092caf8e7b27bdd71d1e435f2014f722591300ddab 2,881 1.00/1.00 vMB 192
654,461 654,461 000000000000000000028e580a8f4adfff39d04a6ebc87f83694cfe11f526bad 2,469 1.00/1.00 vMB 217
654,460 654,460 00000000000000000009c6d5d13f0bf616e9601ab9b7f2dce635492700aaa773 3,015 1.00/1.00 vMB 219
654,459 654,459 00000000000000000009203ca5e6397376afc45fb2b67af8fad3a81ebacaa6a8 2,876 1.00/1.00 vMB 188
654,458 654,458 000000000000000000041bccd871435ae8adea4780b59d7305faab0ba750dc4b 3,037 1.00/1.00 vMB 238
654,457 654,457 0000000000000000000282d2f9a8eb76c6705a183f6267682cab1e27bd631de2 3,150 1.00/1.00 vMB 215
654,456 654,456 0000000000000000000d7e06ea74825be9fc193956440a2cf2e307b19cdba6c4 2,309 1.00/1.00 vMB 195
654,455 654,455 0000000000000000000c0e375471429c96044facbb22693e69e4950789750a57 3,040 1.00/1.00 vMB 209
654,454 654,454 00000000000000000006805030e11737b9247b0fda5d85f6c26222225a19dbea 3,085 1.00/1.00 vMB 218
654,453 654,453 0000000000000000000c673b2aa6bcf926d1fc92f11c66a093a11bfe8907cfc9 1,951 1.00/1.00 vMB 218
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.