Loading Tool

Explorer IconExplorer

Memory Pool

44,972 transactions
28.19 vMB
0.06367095 BTC
Random Selection Loading Transactions
Max Size: 149.82/200 MB

Candidate Block

Mining Attempt e94b14922a36d5c27b4218a1273f4d7411bb11381f514061fbb4ad89e0b0cac9
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 305fce4b58d5016f3be3d1ba649784610a3ba103ea482180d2f47cad005a41c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,517
Size: 1.00 vMB
Total Fees: 0.01059248 BTC
Feerates: 361.66 > 1.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (504,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,374 410,374 0000000000000000039e0737fb5a1bfc11a05e00dfe35f96ac0e93ded873bc0e 2,750 1.00/1.00 vMB 49
410,373 410,373 00000000000000000038ab39d2f00850e6635a370d8aa5cb97b7856b90eebf32 2,997 1.00/1.00 vMB 71
410,372 410,372 00000000000000000620fab409d87d21bb940aed5d1d516e1e014aa579757da1 2,038 1.00/1.00 vMB 39
410,371 410,371 0000000000000000054f01ab01b867ce0fe579e18737a9c82653670aa84cf553 2,791 1.00/1.00 vMB 43
410,370 410,370 000000000000000005025d88492c54a51ac3bccaaa15c12a05aee16a28d6b294 2,792 1.00/1.00 vMB 67
410,369 410,369 00000000000000000415de63d18409282b5a0bb17664c8eaf24170c1eaad5251 2,112 0.93/1.00 vMB 50
410,368 410,368 00000000000000000366b48b0c19e4a6e1a47bca99c0d6d7c0f47429e6a62671 1 0.00/1.00 vMB 0
410,367 410,367 000000000000000002c5972198fa46079cfa4be9a8dd60e3f453de60b5a45eba 3,690 1.00/1.00 vMB 81
410,366 410,366 000000000000000004da9830254020fe167b6eb19c0cf01acec9985b14d8b1a8 1,323 0.88/1.00 vMB 26
410,365 410,365 0000000000000000004e5c82c7ccd0fdf9b2f48d9ebce8ae6e546f8a734b89c5 1,504 0.99/1.00 vMB 24
410,364 410,364 00000000000000000598984be9e959981ec82722df5b4056f553ee37ed2f9876 2,728 1.00/1.00 vMB 40
410,363 410,363 000000000000000001a92949befa29e480da3e9ed4709989c87e8d526de21529 3,427 1.00/1.00 vMB 68
410,362 410,362 0000000000000000007050e2b51c899446d0023ead142a70fe9309f1f8a81767 2,672 1.00/1.00 vMB 77
410,361 410,361 000000000000000004a90016722c14de39968686ea4d2d69f4e1f1e84e54f39f 1,565 0.99/1.00 vMB 31
410,360 410,360 000000000000000000bc0f4ceb2f679ecc8417490bea48e531e2354187cc10ed 1,541 1.00/1.00 vMB 83
410,359 410,359 000000000000000000e0198774d0eb6b18ad814e2d9dc744da101457af998aba 2,552 1.00/1.00 vMB 56
410,358 410,358 000000000000000002aed03b9d8b6313ef553a92ff2ba1294ae0cbc31346612f 1,002 0.46/1.00 vMB 52
410,357 410,357 0000000000000000027a9e86c23edb8973a5f47923c161ae4350c80f6420049e 190 0.10/1.00 vMB 25
410,356 410,356 0000000000000000014fe985c377956593428407aacb79dd7a0968359b01f526 1,260 0.55/1.00 vMB 46
410,355 410,355 0000000000000000017e5bc5d49e0c395440ef09a88a2767dc97379c3ddd8639 1,783 1.00/1.00 vMB 35
410,354 410,354 0000000000000000013f1e0aad3b5a5c3182426f336348bb3f6a6e1db6287fd6 1,518 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.12 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: 652.16 GB
    • Received: 13.73 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.