Loading Tool

Explorer IconExplorer

Memory Pool

24,692 transactions
26.50 vMB
0.05381296 BTC
Random Selection Loading Transactions
Max Size: 126.42/200 MB

Candidate Block

Mining Attempt 3c79dd54764a219caf558de0c39b17260cba32b8c4c404d81b2478b8341e20da
Version 20000000
Previous Block 000000000000000000002b78b1ebc895c40e145234886edd8073496dbf3cb297
Merkle Root 288ef75f4d5f2a6279f2a1c65b4d70b48fa13f767b1b39da0ff5a69b754e650b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 813
Size: 1.00 vMB
Total Fees: 0.00450596 BTC
Feerates: 61.00 > 0.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,489 (148,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
766,155 766,155 00000000000000000004dfde540a3ae05c1ffddcaa90e9535726a5ca49ca60ff 3,311 1.00/1.00 vMB 35
766,154 766,154 00000000000000000004366a43198256865e394b1c2995723325cc5d51498912 1,204 1.00/1.00 vMB 9
766,153 766,153 00000000000000000003df7634536c7c91e9c2eafc8442d296f41133996973e0 1,403 1.00/1.00 vMB 18
766,152 766,152 00000000000000000007cb8f0ea116d3767ef820ed82bcfeba6efb94999f129b 1,767 1.00/1.00 vMB 19
766,151 766,151 000000000000000000078c97d15c6da2d00f0d1493f3ab407724427c387fe177 1,234 1.00/1.00 vMB 23
766,150 766,150 00000000000000000002e0640312a0540c75edf0d31ac4663303676efba98b12 3,475 1.00/1.00 vMB 33
766,149 766,149 000000000000000000016e4193014dd008ac6f8c7377d6245f5e4df7d5c08f1a 1,455 1.00/1.00 vMB 4
766,148 766,148 00000000000000000007a6763e5ba8fc913c0d761063c46cb5a8e9b18970f1c0 1,821 1.00/1.00 vMB 10
766,147 766,147 000000000000000000057e33d5a402b1faa6654aeaa84cc91ea34f3b07979166 2,326 1.00/1.00 vMB 28
766,146 766,146 00000000000000000003cdef1661eaf5f1872907fca57419fe84e1d09c9ecd85 2,455 1.00/1.00 vMB 14
766,145 766,145 00000000000000000000eac9b4cd67e311c6c9fcaecdd8fa1e285f874c8d0c15 2,286 1.00/1.00 vMB 12
766,144 766,144 0000000000000000000364bd2d8fd3d6cd0951b5d981dc2f9aa20ed7294725e8 2,556 1.00/1.00 vMB 13
766,143 766,143 00000000000000000007cabfe54d3315aa50902a4bf72678be02794a941c97b6 3,309 1.00/1.00 vMB 21
766,142 766,142 000000000000000000049740a4379a69070c62738340cb360d84e8d13b4ac8bc 2,047 1.00/1.00 vMB 12
766,141 766,141 00000000000000000005e3acb6f40fc50fb37b9a1e82d175c6b50a23a081b35d 3,196 1.00/1.00 vMB 21
766,140 766,140 00000000000000000006c50b0c429cf932df958a0cd925c0ad45f7387e352d8d 2,885 1.00/1.00 vMB 10
766,139 766,139 00000000000000000004884dee9c2b686493fccb1f47602158b3f8943948a590 2,798 1.00/1.00 vMB 31
766,138 766,138 00000000000000000005ec15edbf4b80de134ae08572c7507b6ddc9f5315846b 2,348 1.00/1.00 vMB 9
766,137 766,137 000000000000000000070cae19b15de085babda78f70e7ffb8154b3d4876d309 1,642 1.00/1.00 vMB 19
766,136 766,136 00000000000000000004f64b7884f41b67eda547a0148951fe5acb9a528a237d 2,466 1.00/1.00 vMB 12
766,135 766,135 0000000000000000000669f1a8481869e35b8d4650f424a185c2d6428e09db77 2,635 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.48 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: 611.61 GB
    • Received: 10.86 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.