Loading Tool

Explorer IconExplorer

Memory Pool

43,736 transactions
26.72 vMB
0.06701981 BTC
Random Selection Loading Transactions
Max Size: 140.61/200 MB

Candidate Block

Mining Attempt 16a5c952323fcf36b516e5526591761d5d15e600923c9dd7dd48499c5e6d07a0
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root e02fdcb573974b07fdfb83dc5be40e003e3f6764d11838d7e5bbb3768493fb06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,091
Size: 1.00 vMB
Total Fees: 0.01792161 BTC
Feerates: 200.71 > 1.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (338,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,492 576,492 00000000000000000012e26eaff8e9e092fed48e4480f346a10706f71f722d0f 3,015 1.00/1.00 vMB 178
576,491 576,491 0000000000000000002988b72737af9467a313cf762f5e27eb1114bcbfafef8a 2,669 1.00/1.00 vMB 181
576,490 576,490 00000000000000000005c1605cd4443d212d1943572dbad2f53da3cfd6431428 2,899 1.00/1.00 vMB 156
576,489 576,489 00000000000000000012b1921f34d5546fcd2e43e8d13bd6381caebccf7a4b1a 3,005 1.00/1.00 vMB 132
576,488 576,488 000000000000000000283d9fa022db5a335215a4da73105a7c86bb68a9e2c96a 2,776 1.00/1.00 vMB 122
576,487 576,487 0000000000000000001307f384a889db45a4fd12914ca1d49bac31da1f62bbde 642 1.00/1.00 vMB 123
576,486 576,486 00000000000000000015829dbf0685b3d30ba789fad7dffa64ea5ec08a74ae4d 1,534 1.00/1.00 vMB 136
576,485 576,485 0000000000000000001f0dba5f70ce779545da3e8e18eb949ae2b58dabdcdebb 2,447 1.00/1.00 vMB 171
576,484 576,484 000000000000000000155b4a549b81f861b340756f2cb3106b134cb9a6ffba89 2,916 1.00/1.00 vMB 173
576,483 576,483 00000000000000000004843ed3414b6c86f7f4728f729ce0dd7ef70cebad0224 2,964 1.00/1.00 vMB 181
576,482 576,482 00000000000000000016d3aefb6edf077d055831ce59f6f2a1c9a547b1f1e6f3 3,223 1.00/1.00 vMB 164
576,481 576,481 00000000000000000012ec20875326c888332c99aba11e827e0a64430c2c91ad 2,863 1.00/1.00 vMB 244
576,480 576,480 00000000000000000009fa2f8e20464f56a8689ba5c66be0d1ebb64ab772867b 2,676 1.00/1.00 vMB 127
576,479 576,479 0000000000000000001f39f8bd46ae3e880ec3c765f63c90a70f2ddcec8db96e 2,683 1.00/1.00 vMB 163
576,478 576,478 0000000000000000000a9d13d32e108dc1834a5e31f45476bb3b8b0543cf14bf 2,261 1.00/1.00 vMB 142
576,477 576,477 000000000000000000217b86593f916835848035b3e4a2bd57947deb9e78b1da 2,698 1.00/1.00 vMB 184
576,476 576,476 000000000000000000046ecb0f1dcd164725a93a3fff4d3f283a311656584637 3,218 1.00/1.00 vMB 151
576,475 576,475 00000000000000000021bd20394e014746998a44894c07965c62f31265872ffb 3,096 1.00/1.00 vMB 173
576,474 576,474 0000000000000000000a545f9737423edf991cda38d6623d47b7ce86bc4560f9 2,756 1.00/1.00 vMB 192
576,473 576,473 0000000000000000001112b8fa131e7d26d4ba487579202fba4fc3687a76f7b7 2,819 1.00/1.00 vMB 182
576,472 576,472 00000000000000000022a69a0b5a89053bd8bd4ec69c8301803fef9d755bfa91 2,501 1.00/1.00 vMB 211
Previous 10 blocks ↓
Total Size: 781.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 645.84 GB
    • Received: 12.78 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.