Loading Tool

Explorer IconExplorer

Memory Pool

51,505 transactions
29.16 vMB
0.08245623 BTC
Random Selection Loading Transactions
Max Size: 156.20/200 MB

Candidate Block

Mining Attempt 7a7bc2fcd983ea881b381036bfa7c2e4b2e28fa0d4cb7acf1a80a8fe883a81f2
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 5098fe9927ea4ddc34a8378cb80680b2d930bf295b67eb2abab33f40582f0ae9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,580
Size: 1.00 vMB
Total Fees: 0.01586699 BTC
Feerates: 70.37 > 1.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (461,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,541 453,541 0000000000000000012c40ed5b542af4ab74f9e919fe4315025280defe802902 2,234 0.99/1.00 vMB 59
453,540 453,540 0000000000000000018591f11ec3e9f27046c2f1fc08bd4dec56aa39389c9b52 2,240 1.00/1.00 vMB 107
453,539 453,539 00000000000000000158dbd38113f04c84319f5a965a04ad8daa9ca098076200 2,574 1.00/1.00 vMB 75
453,538 453,538 000000000000000000bd004c47c7efd2adb553cad6f37a44e0667476fc966068 2,217 1.00/1.00 vMB 101
453,537 453,537 00000000000000000029477f9d3eb4340d87244b2dc385eaf67f5928168fb921 3,557 1.00/1.00 vMB 66
453,536 453,536 0000000000000000023883c260d66f81848a9c9e0c56f4a3aae3775fae3c9e2c 2,715 1.00/1.00 vMB 109
453,535 453,535 0000000000000000011a367a9ab9fb68d5f1091c60ba5f131e22458a439df08c 3,082 1.00/1.00 vMB 85
453,534 453,534 0000000000000000028317f46eb9d40e62a87d5718b020d490ad57f38ca2a789 2,069 1.00/1.00 vMB 94
453,533 453,533 0000000000000000011b8fa40caaa1a4b4ca517da3b8f1ec96c6c4222cc4b188 2,411 1.00/1.00 vMB 120
453,532 453,532 000000000000000000925101bd4f8ae5c4406cf0887ff41cc975767085f5be8b 2,310 1.00/1.00 vMB 90
453,531 453,531 000000000000000000fc49a2420f57e84bb310109efb5afd7d3d8d84eae21e98 2,260 1.00/1.00 vMB 107
453,530 453,530 000000000000000002038e75f648acf8b5ff04c009c577366814b3676acd2abb 2,421 1.00/1.00 vMB 138
453,529 453,529 0000000000000000008b72c6a95dfbb6954c8d658ef3a575dc04e105a23ac159 1,940 1.00/1.00 vMB 144
453,528 453,528 000000000000000001717eae158d77df52fe5c622b8ce4e8aa2d1867db028c0e 2,191 1.00/1.00 vMB 118
453,527 453,527 00000000000000000204e379cc3e7160a69a6cd85d8f021e5e2c81364699664e 2,632 1.00/1.00 vMB 146
453,526 453,526 00000000000000000127e829793e143e49c120f9d31f00887895b95f55845a06 2,286 1.00/1.00 vMB 90
453,525 453,525 000000000000000000d36acbb1a55c35ffbcc4df84fb1e0428a1300bac81c2b3 1,785 1.00/1.00 vMB 94
453,524 453,524 00000000000000000121f6f4b20136a36c62d6dc58525aa084422db31762b644 2,030 1.00/1.00 vMB 133
453,523 453,523 000000000000000000485d6b6681022766029ae1ae0b423b82c91dee9655bb61 2,714 1.00/1.00 vMB 168
453,522 453,522 0000000000000000022faac34cf85c92ba468f990a5976a26018fc4dcbf2a78d 2,282 1.00/1.00 vMB 99
453,521 453,521 0000000000000000014c03b80417ce0205694877955ed6afa0859c9bf2b475b8 2,411 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 781.89 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: 645.12 GB
    • Received: 12.68 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.