Loading Tool

Explorer IconExplorer

Memory Pool

80,546 transactions
29.70 vMB
0.11585908 BTC
Random Selection Loading Transactions
Max Size: 179.43/200 MB

Candidate Block

Mining Attempt 10cf2fb5b21c7f8ce8fc25fac4b7f8d8b5bc1356e136d33d3856297f72946936
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 884b1f78ef53c2a9cb29e8cbfc368f957f8cdad7fdcae1c670c5793f4408364b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,437
Size: 1.00 vMB
Total Fees: 0.04791980 BTC
Feerates: 477.45 > 4.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (114,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,340 800,340 00000000000000000002bc1e0d5bc5e35a1368c080322adc06198a749db0ab33 2,759 1.00/1.00 vMB 15
800,339 800,339 0000000000000000000135fa4a737d4d5621c9c115b530bde7e329f178eb16ac 2,653 1.00/1.00 vMB 14
800,338 800,338 00000000000000000000e59ad893e64d160f0c66f589d9407dac468e19a6440b 2,562 1.00/1.00 vMB 11
800,337 800,337 000000000000000000039ce3bf4dab8f8fdcbba8cd9521c3c61ea9fe0cf92f8e 3,593 1.00/1.00 vMB 7
800,336 800,336 000000000000000000020a075a37d856f41a5135b38d89175b2f30fb77728300 2,797 1.00/1.00 vMB 11
800,335 800,335 00000000000000000002759fd6939f6c710811692f3009b157897066a097f8e6 2,425 1.00/1.00 vMB 13
800,334 800,334 00000000000000000003d82abe92382b4e06a9aaef1b29035166709807518d59 2,706 1.00/1.00 vMB 18
800,333 800,333 00000000000000000002ab25438d1bff01a461740ab3b6312daf246a425b8c45 3,555 1.00/1.00 vMB 9
800,332 800,332 00000000000000000004c757c9a3f871ae3de70ee930808054cf6ffe32e8a637 3,719 1.00/1.00 vMB 15
800,331 800,331 000000000000000000002d06f5bc796309d0b91ba0af0e1371f97d5c682d72b7 5,313 1.00/1.00 vMB 6
800,330 800,330 000000000000000000018fd4b6a020bb6cde00148ec3a615dc22fa7ad4598ae6 5,004 1.00/1.00 vMB 9
800,329 800,329 0000000000000000000333dcbffc02cdf7a8cbd97f1d4b8e4f7223a39b945c95 5,418 1.00/1.00 vMB 6
800,328 800,328 00000000000000000002646b9a838ddb4930e41fa223e709ea9341c54dc295c3 3,724 1.00/1.00 vMB 6
800,327 800,327 00000000000000000001e8f79273197c2c77fed2e2e75de7c28ea3aa83aa1e9e 3,399 1.00/1.00 vMB 9
800,326 800,326 0000000000000000000526fb4a2bcc03dc7e6789b961c1058bf7dd775c855dc4 2,078 1.00/1.00 vMB 13
800,325 800,325 00000000000000000000532fe09c9a3396e51274facc52acc8fae30c0d319fe9 3,781 1.00/1.00 vMB 14
800,324 800,324 00000000000000000004e1476c9ff23f78611361a795339f285d81374b33a0cf 3,453 1.00/1.00 vMB 20
800,323 800,323 00000000000000000000fe3775b84b5e7d002d2a311e9cb37eb6d30e640956ef 6,037 1.00/1.00 vMB 7
800,322 800,322 000000000000000000013ea1710a16b266c84e4b4b7ce7f0546ecb80fa193ee3 5,996 1.00/1.00 vMB 6
800,321 800,321 00000000000000000000eccad832a10c5ccc67685666a57362c0937d7d84e4db 4,254 1.00/1.00 vMB 8
800,320 800,320 00000000000000000004ef4ec1d2838ef0a09a054e0bc41a04afc7f0365e9096 3,581 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.63 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: 672.21 GB
    • Received: 16.18 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.