Loading Tool

Explorer IconExplorer

Memory Pool

77,182 transactions
28.61 vMB
0.06300623 BTC
Random Selection Loading Transactions
Max Size: 173.72/200 MB

Candidate Block

Mining Attempt a23869d2eb26abe0acbaec0c98882a397a8c5eb586541d545e812a82e1df4536
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root e39881a1caba12ca6a66e4cb25212f495e19a5050541d33ad31eefb90874f5c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,838
Size: 1.00 vMB
Total Fees: 0.00360962 BTC
Feerates: 9.58 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (267,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,356 647,356 0000000000000000000ed87abce9083a10bcf5d539a41f46ab613f2ad462dd78 2,490 1.00/1.00 vMB 79
647,355 647,355 00000000000000000003b52974cb770f526e950c478a478a1e4fb7c0797d3779 2,822 1.00/1.00 vMB 95
647,354 647,354 00000000000000000007cfe735e5a519f45fbadaedec8d4d8f161b4783e47333 2,861 1.00/1.00 vMB 98
647,353 647,353 0000000000000000000da2283d0c0587065d7a262c0ab85f1fea277c6223ad17 2,051 1.00/1.00 vMB 20
647,352 647,352 00000000000000000006e206ea0de3efa1b8b6eb37ce6755d4685e41934776d0 1,064 1.00/1.00 vMB 19
647,351 647,351 0000000000000000000b6029829d95623666b71ed04d16a5b7fe1296f73aa7dd 941 1.00/1.00 vMB 27
647,350 647,350 00000000000000000006544eec337270e60e53a39024644d688fb6b6070fb273 1,032 1.00/1.00 vMB 5
647,349 647,349 00000000000000000005d0e60abefa34061b8e36237c9a6d75d49ec5053915ce 1,390 1.00/1.00 vMB 25
647,348 647,348 00000000000000000008032612cbba01c4f27250ab427c713578e1ab8d78bd06 448 1.00/1.00 vMB 14
647,347 647,347 00000000000000000001fea5cb15bc5a64efd04837432d5bef2f37ea3c3e0d74 1,333 1.00/1.00 vMB 13
647,346 647,346 0000000000000000000d22f99a063ee748506b937d1ce7260a28f3710eb76b54 2,556 1.00/1.00 vMB 69
647,345 647,345 0000000000000000000e731a4dae4e55a3dd2b6c93dc578a034482e09a078f3c 2,852 1.00/1.00 vMB 23
647,344 647,344 0000000000000000000f59a5b85678eddbbfa4ed96a7a54eac4f40929b416917 1,805 1.00/1.00 vMB 73
647,343 647,343 00000000000000000002bb666d28b7deb07d54e6aed8a7058ad73543204a7262 2,697 1.00/1.00 vMB 84
647,342 647,342 0000000000000000000468d6e1249b231086a6d6e8dd502fc90e3dee6f5c692c 2,925 1.00/1.00 vMB 107
647,341 647,341 0000000000000000000f2e852974a7f24663be74303363e95df76a8c430782d4 2,653 1.00/1.00 vMB 24
647,340 647,340 0000000000000000000338b746b23f89f50ffdf257491fa15ef7c3d544b30b14 2,481 1.00/1.00 vMB 59
647,339 647,339 00000000000000000004c5a15bfd4da354f93527bffa6facc8c7eb24194bb858 2,907 1.00/1.00 vMB 52
647,338 647,338 000000000000000000076910a117bdeb5fbc8d8dd3227adb24796c3608dae5a6 2,718 1.00/1.00 vMB 101
647,337 647,337 00000000000000000009b2e0975b01788c8364aa4179e86268bd66e26bebbfaa 2,760 1.00/1.00 vMB 66
647,336 647,336 00000000000000000003334e10da3732aa7b879aba138211d10a205ed20dbaa2 2,367 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.55 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: 669.61 GB
    • Received: 15.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.