Loading Tool

Explorer IconExplorer

Memory Pool

43,673 transactions
28.16 vMB
0.06689462 BTC
Random Selection Loading Transactions
Max Size: 148.66/200 MB

Candidate Block

Mining Attempt b4ac3c03282aa5079d384bbdbf8abd1faa77350396b2a6520a4cef28b23d3e00
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 9d80a9f49b3e8fff8dacc754df254ea007f2c5c867251d5226766861a9fa2cfe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,544
Size: 1.00 vMB
Total Fees: 0.01333557 BTC
Feerates: 100.23 > 1.34 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (426,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,350 488,350 000000000000000000e4110473e4ecd857c25a2801fe8584b60e7294017fd5f4 2,061 0.96/1.00 vMB 59
488,349 488,349 00000000000000000026a6948d5b80e4209303d7648ad315c042d99ebc3e5ffa 2,341 1.00/1.00 vMB 123
488,348 488,348 0000000000000000003bff4b9e5ddab356f142500a37c2a22b03d37c173aea0b 2,154 1.00/1.00 vMB 165
488,347 488,347 00000000000000000031b1b9a026fbab65e70ec0233bfad3a9a332d1511547d1 2,529 1.00/1.00 vMB 162
488,346 488,346 0000000000000000008414997d11939d2fbb4bab4c076cb102c996541157ce83 2,855 0.98/1.00 vMB 160
488,345 488,345 0000000000000000000b1e73794eaa9688cc16d8c83620be801b45a5b13eb4e1 2,169 0.96/1.00 vMB 78
488,344 488,344 0000000000000000003724363a99e68519067d2e307b129047a1d995dfe4ee62 2,238 1.00/1.00 vMB 144
488,343 488,343 00000000000000000056eec3fc8109858e4f186f1c01d770750a329e8c97c9b6 2,670 1.00/1.00 vMB 176
488,342 488,342 000000000000000000d14235b12161ca58c614fc37f8d1d63e1be7cb35a6c19c 2,136 1.00/1.00 vMB 72
488,341 488,341 000000000000000000635a25c68dd7764551af46a0f1aacecc4256ae1be25de1 2,003 1.00/1.00 vMB 89
488,340 488,340 00000000000000000087ebb05f6c3a1f49589ea062dfcb42d38c72ebce3fdba9 2,157 0.95/1.00 vMB 124
488,339 488,339 0000000000000000005ff844f56dcdc3234c3741f1d7765d12c326cc8c6ab4b1 2,594 0.96/1.00 vMB 90
488,338 488,338 000000000000000000692de9df53b2b2260540b4a59c27fe0d19675a3eeb760d 2,813 1.00/1.00 vMB 99
488,337 488,337 00000000000000000030ea07d7abaf8c2e50f2201b4de54299b2b411577b14bd 1,718 1.00/1.00 vMB 114
488,336 488,336 000000000000000000bb3510dffffe32b216d192322ec58d134dba8fb203765e 2,345 1.00/1.00 vMB 146
488,335 488,335 0000000000000000008ac46bd276b4145f99bd74f939b47e0e963a376785d804 1,895 0.98/1.00 vMB 180
488,334 488,334 000000000000000000d31c784bb0ec6087b1c8d943e9045d3201a02f26d6341a 2,251 1.00/1.00 vMB 142
488,333 488,333 00000000000000000007c035440d4b7be34e79764f82764b730e9e3ecad2f6a9 1,649 1.00/1.00 vMB 137
488,332 488,332 0000000000000000003d0b44846d9fdf19e197ed021a6b65881c812ae5e33cec 2,332 1.00/1.00 vMB 155
488,331 488,331 000000000000000000c329ba73c7a6b791501786bba72f3f7ede7199e46a2919 1,852 1.00/1.00 vMB 102
488,330 488,330 0000000000000000006324ab8215fdcb7eabac1b7de3bfd4aae800ac4cd020d4 2,349 0.97/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 782.10 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: 651.69 GB
    • Received: 13.63 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.