Loading Tool

Explorer IconExplorer

Memory Pool

45,169 transactions
28.55 vMB
0.07228764 BTC
Random Selection Loading Transactions
Max Size: 151.66/200 MB

Candidate Block

Mining Attempt 5cff91e64baca379f509fa3c28e05c90d082e2fd59588f334661ebb5e0e10eeb
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 0eea94547deba9db5efec8b7091c48bf5bdda798d27f03bd59ca293277e0ba40
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,537
Size: 1.00 vMB
Total Fees: 0.01822485 BTC
Feerates: 110.38 > 1.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (426,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
488,329 488,329 00000000000000000063c5d3ad11e689cca14ae3c984fa2b8007e19d33e55ae8 2,533 0.98/1.00 vMB 116
488,328 488,328 000000000000000000250d6dc97033097ec218243278ce7828f9e0bab1ec5363 2,550 1.00/1.00 vMB 124
488,327 488,327 000000000000000000186128f4ac40d771d2eed7c3b0b7ff5cfb15642b644011 2,371 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.13 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.37 GB
    • Received: 13.75 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.