Loading Tool

Explorer IconExplorer

Memory Pool

40,462 transactions
28.13 vMB
0.06483163 BTC
Random Selection Loading Transactions
Max Size: 143.65/200 MB

Candidate Block

Mining Attempt d682678852fb1c91d305d98c5bac47f5c85b31282fab31a1d4ee01f9432ac65b
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root 07a8272917553cf596cf34aa80a2edaf9953150dd7169272e42eb2560fb5c16f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,925
Size: 1.00 vMB
Total Fees: 0.01080393 BTC
Feerates: 201.07 > 1.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (86,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,253 828,253 00000000000000000000ba5ae364f34119e63aa29c6d45c6b6d37d93f49e79f7 3,035 1.00/1.00 vMB 57
828,252 828,252 00000000000000000003d38b3059df5766cd2cad26cf6ded1657f9cf1ed0d9b9 3,240 1.00/1.00 vMB 65
828,251 828,251 00000000000000000000e48fd4902a063cffb549e69c0c4011e0eb2e5229f432 2,537 1.00/1.00 vMB 39
828,250 828,250 00000000000000000003bdb2d67caa12f99cbb30fdcd703a3cef780b8e2560df 2,901 1.00/1.00 vMB 34
828,249 828,249 000000000000000000003c51ebe87e76c66b2d766489c839da5d21eeac2129b6 3,270 1.00/1.00 vMB 41
828,248 828,248 000000000000000000002825f9617b83d0dac48050b4bc44757685244c5b0298 3,631 1.00/1.00 vMB 47
828,247 828,247 00000000000000000002128a7a41f1db7f6807b19c7427b63e4c84c80648a769 2,434 1.00/1.00 vMB 51
828,246 828,246 00000000000000000000893c2842c395c765275a451439edd91e1edad49e058d 3,091 1.00/1.00 vMB 55
828,245 828,245 0000000000000000000216297bb8d5581ffaf9600bcf2920d8d325ef927052cf 2,109 1.00/1.00 vMB 31
828,244 828,244 00000000000000000001b46a10c409bd6c9c68a5300410bcfcda917d094ca24e 2,474 1.00/1.00 vMB 34
828,243 828,243 0000000000000000000239c700a76f7bcd0ed6db2f5ee9c75c63a3269ec03c9f 2,895 1.00/1.00 vMB 46
828,242 828,242 000000000000000000021cdc13e9641ce23cde9373ebe9fdcd4a725a7f209940 2,454 1.00/1.00 vMB 37
828,241 828,241 000000000000000000030c41cd752a3b14758db36f051c7f5a301f99f05afe77 3,273 1.00/1.00 vMB 53
828,240 828,240 0000000000000000000321e90b5864aa3a1737657f6387aeffc3ae2c578c2a0e 2,343 1.00/1.00 vMB 54
828,239 828,239 0000000000000000000241ea377827749ec85363d2e69ad0bd40badb87334333 1,838 1.00/1.00 vMB 56
828,238 828,238 0000000000000000000032062441e01881812c2dfa7c31d1f40557e2582f7648 3,543 1.00/1.00 vMB 40
828,237 828,237 0000000000000000000191b324a76116081dd29daf0572906a551603c77c37b3 3,327 1.00/1.00 vMB 45
828,236 828,236 00000000000000000001818f9781d20a99be6c3a8d78ccd6bdd0de8701326b7d 930 1.00/1.00 vMB 30
828,235 828,235 00000000000000000000d63378b65e0cc227b3ed3197a468a300d2bdba66f7a1 3,206 1.00/1.00 vMB 37
828,234 828,234 00000000000000000001c0eaef935faac83da2df68e7f1757625358b1c4b20d0 3,434 1.00/1.00 vMB 36
828,233 828,233 000000000000000000023313e8614979bf20107bb6ec72f6d0664701bf5957bd 4,017 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.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.