Loading Tool

Explorer IconExplorer

Memory Pool

48,524 transactions
29.52 vMB
0.08714192 BTC
Random Selection Loading Transactions
Max Size: 157.37/200 MB

Candidate Block

Mining Attempt 0f7773fc5a11ed7d854bfad96850b587312b6f701006765a28aeb9436c0ec966
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root a96b8568b3d71353d89f458f913d4b1196452605061c5370046e4891cea97116
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,879
Size: 1.00 vMB
Total Fees: 0.02657011 BTC
Feerates: 105.02 > 2.66 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (431,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,501 483,501 0000000000000000013c4e8215a3f2fa28c5a9b34df97042666ec951217dc37e 2,384 1.00/1.00 vMB 369
483,500 483,500 0000000000000000009bae49645bac531e208e5df37d48f3320657a02b30a48d 2,454 0.99/1.00 vMB 289
483,499 483,499 000000000000000000aafb667afe2ef4a09eeda5db57f9abd7f210ce97962291 2,949 1.00/1.00 vMB 397
483,498 483,498 000000000000000000bf21fdb35b1af78d131f9bb41384bff0fc85c021c4b0a9 1,855 1.00/1.00 vMB 430
483,497 483,497 000000000000000000a500fe310cf7e8aa055096c94610a83dec749a2fb82709 1,246 0.99/1.00 vMB 149
483,496 483,496 0000000000000000008879d2c13e70eeb2c66cbe5b68bbb49126345e791b57e2 1,882 1.00/1.00 vMB 83
483,495 483,495 0000000000000000009e83eafd75d49edcbe9a8c029b5e21e94a66b6410abb42 1,994 1.00/1.00 vMB 203
483,494 483,494 0000000000000000007c032a72d663fc0a254f999ae97ce5ee4419fd2961bd6e 2,262 1.00/1.00 vMB 396
483,493 483,493 00000000000000000077d9c18fdbd5cf45b2652fe6db9089558eb8fc9fc3b397 1,983 1.00/1.00 vMB 190
483,492 483,492 0000000000000000009bf0c8d156e023fc0e0fe88451798272a311f4a04d59c6 2,251 1.00/1.00 vMB 360
483,491 483,491 00000000000000000135053ac9d7d529d166cc572a304f1caa2f9a28d8909ffc 1,810 1.00/1.00 vMB 20
483,490 483,490 0000000000000000009ef0e42a3c0b3bdb2f7d3d91ac375f981ccf18c3fecd20 2,031 0.99/1.00 vMB 136
483,489 483,489 00000000000000000122b95292e42b3426c45fce7eca7e26c0a154339959945d 1,640 1.00/1.00 vMB 177
483,488 483,488 00000000000000000129f309c8f5a19a99f945810ee88f3efc410ed7fce9e371 2,103 1.00/1.00 vMB 206
483,487 483,487 00000000000000000026c3099b911264f308930dc86ee5ef574eefd20f5daebd 2,347 1.00/1.00 vMB 386
483,486 483,486 0000000000000000002f07801b13d82a82aec3aa1b4f09ca39f2dcb1ab396d09 1,867 1.00/1.00 vMB 105
483,485 483,485 000000000000000000f3cbe3f154447b74fa894a77210f067727b2c7eab21582 1,957 0.99/1.00 vMB 235
483,484 483,484 0000000000000000008feb917713e1073a63c380558fb51c6eb6b3070f665e9b 1,816 1.00/1.00 vMB 121
483,483 483,483 000000000000000000bffb4404d91c776582e350ae9bf45d6a9565708e40c09d 1,926 0.99/1.00 vMB 266
483,482 483,482 00000000000000000098da1be9e27adeeb26380bbc36e1d8ecdeee78eb820550 1,842 1.00/1.00 vMB 227
483,481 483,481 000000000000000000511e696a715cda923e0f31dfbc5cb42aee3bf603157249 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.12 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.08 GB
    • Received: 13.71 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.