Loading Tool

Explorer IconExplorer

Memory Pool

20,652 transactions
9.29 vMB
0.05559218 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.04/200 MB

Candidate Block

Mining Attempt a4c28274ea3ea0ad61910509ed4665f6d6c104cd64544c2279158fb189e12b9e
Version 20000000
Previous Block 000000000000000000008d04065d89b6af56d4a51721394abcf1d222900704dd
Merkle Root 21a628c0599ef3d5b73caa1c95690a69c24b09c61223284f63cd55bda68a4e82
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,767
Size: 1.00 vMB
Total Fees: 0.03428532 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,404 (877,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,200 36,200 000000003d62954ab422bc6ff4cb0701b57362dc96ba0e69ba04b42500300fbf 1 0.00 vMB 0
36,199 36,199 000000002ac0be62b33b69aa31b98c0ef7dbcd95ebd2a187afb679cf23387470 1 0.00 vMB 0
36,198 36,198 0000000084952642c69ab6fdaa4daa14b3f3e32dde5bde924fe2f7f63c54c4f3 1 0.00 vMB 0
36,197 36,197 00000000336977a83dd5d47f76e7026bcf3e2c25d980b9f614b77447c0b60eda 1 0.00 vMB 0
36,196 36,196 00000000b7c6a7516b406d58e8bf26acae858f0f8bee8382431a8f100febbedb 1 0.00 vMB 0
36,195 36,195 00000000745d982c6d15d41584835e7cbc73a94c62f0c127888a3b7bc169e9c1 1 0.00 vMB 0
36,194 36,194 0000000082f552006a94e35193cd31c8a173bc3adc9909237fa78e526e98514c 1 0.00 vMB 0
36,193 36,193 000000008553e57e3e6d24025a3460ccc28ece3d0428a12a1913c01cffd8e25a 1 0.00 vMB 0
36,192 36,192 00000000914a4173fe8e24ac96ecfeeafb35edd7c14b181efbff04040458476b 1 0.00 vMB 0
36,191 36,191 000000001f5fbad34a3e137ca92e648b8b2ec14f65ad298d8a23b019b240dfac 1 0.00 vMB 0
36,190 36,190 000000006f1b23b5feea1d65a57f6ead3941580f81a57b9136022e67c14a5a74 1 0.00 vMB 0
36,189 36,189 000000004c7d6d5653536e489ddbda09f7f4ee8bb165fd8e413f0251df96d6e3 1 0.00 vMB 0
36,188 36,188 00000000775c8f06129dc0750692b7205da54f5c1dc33d077ff718dedfa3ab71 1 0.00 vMB 0
36,187 36,187 00000000617b9ce335e5ed38e8475cd0ff7d421b3ca772f32595a9f408c8296e 1 0.00 vMB 0
36,186 36,186 0000000005f5bf157c0bfe0ed242f781f8d05a54a80ac9c90c0ebae566cfd995 1 0.00 vMB 0
36,185 36,185 0000000043cba20dc8194a80c6e8e887ff0047c53cf8dad8266131bbd5c60051 1 0.00 vMB 0
36,184 36,184 0000000042e6eb25e761c77c952e1b4edbbcb85685895b24863550c887871b73 1 0.00 vMB 0
36,183 36,183 00000000823f27f36f44c27af1836f6628e7ab1ea6f9612b5b1957ce95918609 1 0.00 vMB 0
36,182 36,182 0000000023c3087dcbf578b0e4073031e9d3d8a15c999b09edd565aa9e887c03 1 0.00 vMB 0
36,181 36,181 000000006d28a8b164bb2cf3e1c2f9c165209defa5bf728dc12282da0a48a98c 1 0.00 vMB 0
36,180 36,180 000000006733f1d437f2c1f82d9a0a61c9187a7675d877367e40da518a9cd613 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.57 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: 274.93 GB
    • Received: 1.08 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.