Loading Tool

Explorer IconExplorer

Memory Pool

33,345 transactions
18.37 vMB
0.03949803 BTC
Random Selection Loading Transactions
Max Size: 99.85/200 MB

Candidate Block

Mining Attempt 4f9956c92bcdcfa20c0369bc9d0b94988179932b6f8e79fe1f8070fca5dd2944
Version 20000000
Previous Block 000000000000000000020f643361bd5809334e296daaf5df21bb656cd0b198e4
Merkle Root 7ce08a0d73a4de20f7af9faae34599aed67a62eda032228eaad7b9f539dd126b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,893
Size: 1.00 vMB
Total Fees: 0.00498951 BTC
Feerates: 61.00 > 0.50 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,053 (879,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
34,118 34,118 000000006a46ff4dcafd488ed93735cf2130a93b4eee9b1c998f94baf63339f7 1 0.00/1.00 vMB 0
34,117 34,117 00000000ae6486d68086ba1a9d0d199ba2e1e79f92e92a53bf87441e799c19b6 1 0.00/1.00 vMB 0
34,116 34,116 00000000946ba1494f6bc5b1db141df6c22578658bf80d310aca9986e84f7318 1 0.00/1.00 vMB 0
34,115 34,115 0000000087969d1d228d7d5deb8e2cb834a086872ab0b0efde61455dc7394c27 1 0.00/1.00 vMB 0
34,114 34,114 000000008a52e976fa5d0d8389f1380567f6ccc9053a1247185828ff3c5234a2 1 0.00/1.00 vMB 0
34,113 34,113 0000000069a977c1cc14128de765728107cba820c5851e4718f69ef9dd0dc36b 1 0.00/1.00 vMB 0
34,112 34,112 00000000744c5a57dc620075773fad3c46131cf15fe0fef39bd07b7a6e64fe1d 1 0.00/1.00 vMB 0
34,111 34,111 00000000b30f1f59057cb2fb2e2e21f485bcf77a2798a005087bab066f5ca228 1 0.00/1.00 vMB 0
34,110 34,110 00000000ad3124551785c6d554f6e835f2fdb8896b17a22ae195b344bb35d69d 1 0.00/1.00 vMB 0
34,109 34,109 00000000039471e0cfd34f9175bf175cd5af791268d1f4b0789f3dc4e65486ff 1 0.00/1.00 vMB 0
34,108 34,108 000000004b505d8fe33cb08dcf7af9f1f3a990ecea59c16519500a701c68c22c 1 0.00/1.00 vMB 0
34,107 34,107 000000008a120071e087a72c082fbdb3f55f40bce144ab1b69c77542d829b99b 1 0.00/1.00 vMB 0
34,106 34,106 0000000079926395da5a9caba026cf40d8c9ec59998c315a729ba7b9544e30e3 1 0.00/1.00 vMB 0
34,105 34,105 000000009119e8ce7d9515cbc65f104bf7d960088ad56a58cd3b4f8c1f5cd3d4 1 0.00/1.00 vMB 0
34,104 34,104 000000004f5a15f58c4c5b346b71e99eda7c5a8351ed963f2d3bff08635b5a79 1 0.00/1.00 vMB 0
34,103 34,103 000000001079e2cbdf3890ecf973ba44dad449e6eb6d81f08d0582cd9338586a 1 0.00/1.00 vMB 0
34,102 34,102 00000000315a7576d8f66fb3d609cc77f963c9b39d5de20725f52476a2bb313f 1 0.00/1.00 vMB 0
34,101 34,101 000000001253d36d5cf9405c9e935e9d26e760bbb0c4d839fd53e361a453b584 1 0.00/1.00 vMB 0
34,100 34,100 00000000c98dd47f2f714d4af2438db87c51ee658032285942289f299ec35eeb 1 0.00/1.00 vMB 0
34,099 34,099 00000000181a9ca96b76a8dd814422a41447d17445bacb0e774a6f0836ee7bc9 1 0.00/1.00 vMB 0
34,098 34,098 00000000c151f5d970a7d13d4349dd4962327b7ec877ba983979d27cd6c9d7b1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 554.24 GB
    • Received: 6.70 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.