Loading Tool

Explorer IconExplorer

Memory Pool

45,828 transactions
29.09 vMB
0.14085710 BTC
Random Selection Loading Transactions
Max Size: 151.60/200 MB

Candidate Block

Mining Attempt 2ea60e392851252427bc4c458cb37af11d07c96c9e250f48775b7c6037451a7a
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 25428b0bac0632c2228d85d8a9ae6c829275c5be0f8c09774997462b9ada97d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.04278855 BTC
Feerates: 150.75 > 4.29 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (867,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,820 46,820 00000000295005b16821ce9a7d611893f5fa4d92da0bc65005158a72ede294cc 1 0.00/1.00 vMB 0
46,819 46,819 000000002e8308e2ad7c8c477143adf0898031f1bfbf31bfd2b16b8b1b631a27 1 0.00/1.00 vMB 0
46,818 46,818 00000000238bf553a22cf1913c629bd50d93c907ff63da2e166a89cb093b795f 1 0.00/1.00 vMB 0
46,817 46,817 000000002fd5c2ecbda1c562c2acc7d4f12cf51dceb65c821b8aaa4b70b91980 1 0.00/1.00 vMB 0
46,816 46,816 000000001d1c2b0039e0d1bcb26a9895619e896747d53bdd7e039d1abfd46e9f 1 0.00/1.00 vMB 0
46,815 46,815 00000000068aa8241a0fb4ba5252b71d4db181b782d704baaf4d45cbb01a7578 1 0.00/1.00 vMB 0
46,814 46,814 0000000036e9591771bf8dc5f29d019cfac5e356b7c07c7fe747765a2ed569aa 1 0.00/1.00 vMB 0
46,813 46,813 00000000092119e497449be6d9bb6b0ee8f093a49b42f7e48cc46302d1e8beb2 1 0.00/1.00 vMB 0
46,812 46,812 000000002c9eb62e48d5286e26f7a052ebc3fad4f06057fcf826e26db18ad9d0 1 0.00/1.00 vMB 0
46,811 46,811 000000000badfea8e2593909ee193b50888baa3605773e75fb997931824bc836 1 0.00/1.00 vMB 0
46,810 46,810 0000000018073e2e8fc3dccaa37a23dabf92f28278ede5ac208dcdfee5fd26e0 1 0.00/1.00 vMB 0
46,809 46,809 0000000009311308ecf8a9be3eea031b6a70654c1a515f351e26b80f05c8fbd4 1 0.00/1.00 vMB 0
46,808 46,808 0000000007bce9ce8acc37f00f3ba362ddb5dd67a76c5de1fbff888f9c01734b 1 0.00/1.00 vMB 0
46,807 46,807 00000000377315cd5b3a592b4f977f94d8c11435202016a031311eaace3b8cb3 1 0.00/1.00 vMB 0
46,806 46,806 000000000384a09055daca429c966f61fa486680293b632216e933190407af9f 1 0.00/1.00 vMB 0
46,805 46,805 0000000001b0cfb9cc06abc9684a29ea4cc944bbdc74587bf6312add09cbcbcd 1 0.00/1.00 vMB 0
46,804 46,804 000000002326e1d85ace6e663489e9f5c5c9ce902725d8f2908e7960cdcad1c0 1 0.00/1.00 vMB 0
46,803 46,803 0000000013969058005c8aa478f82a322e18a414d77cf9ccae1f314221c3332f 1 0.00/1.00 vMB 0
46,802 46,802 000000001ca8c45419329b2084bd9dd8203704bf878a7d147ccd670c154bf76b 1 0.00/1.00 vMB 0
46,801 46,801 0000000010d9e043d69d50317e7db19acc67abfc69942b1860593566af5bd3cc 1 0.00/1.00 vMB 0
46,800 46,800 0000000028223dd60a2c4de2443de674dcab442b164dfaae737a63e117f3a6b9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.66 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.