Loading Tool

Explorer IconExplorer

Memory Pool

43,747 transactions
27.00 vMB
0.09210545 BTC
Random Selection Loading Transactions
Max Size: 141.36/200 MB

Candidate Block

Mining Attempt a345e689e9146ea2d6653a2fab4534b22d10c431c3250f57ff52ad785b370c3b
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 0312dd884b58b52537f7be015415ab82430a7456c55dbd5c549d6b9df40f89ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,598
Size: 1.00 vMB
Total Fees: 0.04047216 BTC
Feerates: 151.16 > 4.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (335,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,846 579,846 0000000000000000002092f1eecd899cccbb3a969b07dee98cfddbee6cb4facf 2,431 1.00/1.00 vMB 7
579,845 579,845 0000000000000000000c8bdf4e710d0141030857f80fd150a3ede9e82e971a73 2,669 1.00/1.00 vMB 17
579,844 579,844 0000000000000000000b68376ed1683f714e1dc295fc042af87b9357fb805a36 2,721 1.00/1.00 vMB 85
579,843 579,843 00000000000000000020e7f731cb79ed052a40d9a66bcef371c36fd5c016d6a9 3,241 1.00/1.00 vMB 104
579,842 579,842 0000000000000000000386351f16e9d0521627909f951641dd7d52b12b653695 2,747 1.00/1.00 vMB 56
579,841 579,841 000000000000000000170c7bcf6bcd7e4c40a24d18b5d42b1ab7772a5e22b485 2,803 1.00/1.00 vMB 42
579,840 579,840 00000000000000000004acab5ce4de623b351a54bf59f9ceb01422f1d027a139 2,958 1.00/1.00 vMB 108
579,839 579,839 0000000000000000001fb1c600277625a9fa4d9aff399e27d4fbdbdc2dcd418d 738 1.00/1.00 vMB 8
579,838 579,838 000000000000000000074f74664fff1b5a637dada65c47b4e75fe99661c9992a 1,871 1.00/1.00 vMB 50
579,837 579,837 0000000000000000000f39a302913eff8b30685d4307c6c7672797887acf41f0 2,162 1.00/1.00 vMB 18
579,836 579,836 000000000000000000017246fb15dd852dc652fb32ece6163324dc9f32067c5f 3,076 1.00/1.00 vMB 87
579,835 579,835 0000000000000000001b54b8222712573c54d32b0b73e20a3c8f9782372834b8 1,313 1.00/1.00 vMB 20
579,834 579,834 0000000000000000001ea7f11ab7e9fff6e4cfe94cf2e6c9d37614f5eb165777 2,219 1.00/1.00 vMB 69
579,833 579,833 0000000000000000001ad12ba38643a7de1212fec3ba6d30f2d5b7b34166b059 2,355 1.00/1.00 vMB 53
579,832 579,832 0000000000000000000db677fa0489e9543417a5dec08f58b268d5a75e2b5930 1,441 1.00/1.00 vMB 22
579,831 579,831 0000000000000000000df97381f3bea493baffc5b65f9d49c97f8088ee24f3da 2,352 1.00/1.00 vMB 21
579,830 579,830 00000000000000000020f738941ead6391ebb7cdb707c65d739669389f3b1821 3,011 1.00/1.00 vMB 87
579,829 579,829 00000000000000000001e97b7ab75c75feb5225ba8ffffefb9465072ab7d1ee5 2,764 1.00/1.00 vMB 52
579,828 579,828 0000000000000000001778a0b93f92a82d1c773874e76fb0376de7008d261bd6 3,425 1.00/1.00 vMB 69
579,827 579,827 0000000000000000000a895fe37d9a63ea22cdb6178768ddff13f2a513330459 2,728 1.00/1.00 vMB 52
579,826 579,826 0000000000000000000d01a559c7fba66fc6c1ad1aa54390ddd911177bacab2b 3,085 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.