Loading Tool

Explorer IconExplorer

Memory Pool

76,516 transactions
28.87 vMB
0.07312630 BTC
Random Selection Loading Transactions
Max Size: 176.64/200 MB

Candidate Block

Mining Attempt bc43bc27a36f2902c4521d113c475ef7b900dbe6cb8a8c9358beac341d4d5c82
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 970c060b93bfd2d5636ea45b57678382b40ff75ca49797d5913c97878d97a841
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,294
Size: 1.00 vMB
Total Fees: 0.01029928 BTC
Feerates: 74.05 > 1.03 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (66,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,451 848,451 000000000000000000007309cb8d9239442dc5e91d4c62aa5bc1f026e1b53c40 6,872 1.00/1.00 vMB 48
848,450 848,450 00000000000000000002c71da0911936fd0c1c8118f55e9ab1705f19f238badf 6,999 1.00/1.00 vMB 45
848,449 848,449 00000000000000000002460d528f12d0e75d0eeb6a0123194053d11fe89ee754 6,370 1.00/1.00 vMB 30
848,448 848,448 00000000000000000001c06a708b78e35a65fc360ecb4fcaa7caac7c4a378a57 6,565 1.00/1.00 vMB 34
848,447 848,447 0000000000000000000270cbcd5fec9e24b9201f940d22b44f0abde7503dad7c 6,554 1.00/1.00 vMB 34
848,446 848,446 00000000000000000000bad46d63ed137f21c218c3b583a6f9a9784f6b0cc29d 6,107 1.00/1.00 vMB 33
848,445 848,445 0000000000000000000286d7b94005e5e2ce150adeaf8433ac9e4d90e56e343e 5,353 1.00/1.00 vMB 25
848,444 848,444 00000000000000000001f03c73fa945ab1f4d58c4441a9fa08451e77e772b98c 2,179 1.00/1.00 vMB 12
848,443 848,443 0000000000000000000230592c935f7dd0d4dcfa73d3bece3122fa4eaa1b2d3a 2,509 1.00/1.00 vMB 10
848,442 848,442 00000000000000000001f795d8f5f03f7d881ffc749e7ef19dc707d245043a4b 4,796 1.00/1.00 vMB 12
848,441 848,441 00000000000000000002132efbe8f3aabf0c7c6c9acc5fafa24c487564d735c3 4,257 1.00/1.00 vMB 15
848,440 848,440 000000000000000000034c28f245e35ee018d4fd98e86ae5c4b0762f0a9b6ec4 5,775 1.00/1.00 vMB 17
848,439 848,439 000000000000000000006d02537c9fbf7da7d0a6091bd49f89cea28724d4d6d8 5,116 1.00/1.00 vMB 25
848,438 848,438 0000000000000000000254b622de3ae2dec5994e3d2c8eacba1cd1f32dd7a983 5,327 1.00/1.00 vMB 27
848,437 848,437 0000000000000000000264d677bd8adb9d41693e455c8dfc0d155b1b3e9a86a0 5,156 1.00/1.00 vMB 14
848,436 848,436 00000000000000000000cc0c56eee6e192f3538363b476fbe3f4111cfec16d18 3,589 1.00/1.00 vMB 15
848,435 848,435 000000000000000000027bb3e0710efb63079d813aff11f65e90f37ac38a8819 4,821 1.00/1.00 vMB 10
848,434 848,434 00000000000000000002658439ceeb840facec2bcc7567a2d86b0292981784bb 4,674 1.00/1.00 vMB 11
848,433 848,433 0000000000000000000312d1c349692cf21824f45894dde9042fb38c34f222ad 3,148 1.00/1.00 vMB 20
848,432 848,432 00000000000000000001094482456c72ff4559faeed19edc457de3eef871d382 5,186 1.00/1.00 vMB 15
848,431 848,431 00000000000000000002a6ef4308d36284e90985083594c5f6c5304c53153eba 5,167 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.81 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: 710.27 GB
    • Received: 17.05 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.