Loading Tool

Explorer IconExplorer

Memory Pool

78,891 transactions
29.09 vMB
0.08264539 BTC
Random Selection Loading Transactions
Max Size: 176.38/200 MB

Candidate Block

Mining Attempt e0dcec431bcfaeffcb18c7732628de6326fe48586d84a655836e2d93d6697c8b
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 8de1bc3fa84a34e223d2833ff0738cea1d0a5e0264b35dfa3c2885599a7ce088
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,782
Size: 1.00 vMB
Total Fees: 0.02180211 BTC
Feerates: 146.36 > 2.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (270,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,575 644,575 0000000000000000000566a88c249f3959e419cdbdd27229aa6a15427fc727d4 2,519 1.00/1.00 vMB 75
644,574 644,574 00000000000000000007181514449071194c108178eb948f078032a27b248222 1,768 1.00/1.00 vMB 148
644,573 644,573 00000000000000000001f8c4bb64450fae91156bb03efe8e82609ca350f8c350 2,764 1.00/1.00 vMB 27
644,572 644,572 0000000000000000000ce46fca12aeae0761d422f80f5cffd7a8b263a70b3dbf 2,555 1.00/1.00 vMB 36
644,571 644,571 00000000000000000000b1ee1a1a85f09d869dff609438bd6b0fb8adf5c49997 3,134 1.00/1.00 vMB 93
644,570 644,570 00000000000000000008ea3a319a0161419f8287891076da1a8e057f69bff2e2 2,777 1.00/1.00 vMB 155
644,569 644,569 00000000000000000006a97e36c047ab1db58a0563c2ad45317b36c6d9b33625 2,650 1.00/1.00 vMB 111
644,568 644,568 0000000000000000000ec4c2910dba0198db23d095542d436d2877d37de718c5 2,568 1.00/1.00 vMB 146
644,567 644,567 0000000000000000000bd01fdb2f4d60713395471ac3e137c9e8e234e95a3b69 3,126 1.00/1.00 vMB 87
644,566 644,566 000000000000000000065ddf0e6a60215186c30bcff0460ca800c40eadfb86e5 2,484 1.00/1.00 vMB 124
644,565 644,565 000000000000000000096b11a0060f03b360bceec142ee8f50ed869057ed3d4a 2,848 1.00/1.00 vMB 137
644,564 644,564 00000000000000000000afcffd1e98369f8735701fd74d6c4e1e90afd1add375 1,914 1.00/1.00 vMB 150
644,563 644,563 0000000000000000000bd9b94dc222f55457dda7fdf786f9f3d97ed9a084132b 3,249 1.00/1.00 vMB 170
644,562 644,562 0000000000000000000cf5fbcd5c365d9e93bdf07f10e0d659f1042e472e75c7 1,513 1.00/1.00 vMB 108
644,561 644,561 00000000000000000002e2f9f38def740003e826f74bf58917c6bb944c92f31d 2,142 1.00/1.00 vMB 52
644,560 644,560 0000000000000000000eb1445261c287b09ba8225a2016bfdec7ce61effc6cee 2,813 1.00/1.00 vMB 81
644,559 644,559 0000000000000000000d5f8adae8d9b496332f01eb13c68db204967fda4d42cb 2,960 1.00/1.00 vMB 106
644,558 644,558 0000000000000000000edd3442389eff812c7286e2a8b42823b6f29a414aa2d2 1,904 1.00/1.00 vMB 58
644,557 644,557 000000000000000000072c9810148da95a6e4b802f802d29b316996b16566523 2,459 1.00/1.00 vMB 101
644,556 644,556 000000000000000000043f980f78714341c9e0baacd8d3f29c49db0ade7d3338 1,389 1.00/1.00 vMB 38
644,555 644,555 000000000000000000042d4e480acef1c86d94b0488013af04f4407edf6557bb 1,966 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 782.58 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: 671.25 GB
    • Received: 15.89 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.