Loading Tool

Explorer IconExplorer

Memory Pool

32,144 transactions
18.58 vMB
0.04868169 BTC
Random Selection Loading Transactions
Max Size: 99.38/200 MB

Candidate Block

Mining Attempt 44be55659ac7c9a5031705c64859af257f7e75417efb615f5b798d6610ceb0be
Version 20000000
Previous Block 0000000000000000000161ddcd26c1b47f62b1f8f056cc1e7901fdc1ad8b87ac
Merkle Root 545ebe12a0c45b6555b835e4ab1ff9c4ac7a8d0af1535ce93acb6b7006bc183d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,933
Size: 1.00 vMB
Total Fees: 0.01332695 BTC
Feerates: 151.03 > 1.34 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,127 (754,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,019 160,019 0000000000000b61f9710a83f91a1d4c9f5595b6a8b78ded95941af423b81217 49 0.02/1.00 vMB 1,151
160,018 160,018 0000000000000a82048429c68bdbcc957591af89d8fb3b35915654ccb54584b9 15 0.00/1.00 vMB 562
160,017 160,017 0000000000000d3906c95d5a8e3afafcd81689a72366079ee9e4d11e1aaa081c 88 0.03/1.00 vMB 72
160,016 160,016 00000000000001a94c9664c63e6d21c91bbc9ce42b60466972ec0546a13d49fc 61 0.02/1.00 vMB 90
160,015 160,015 0000000000000894dbb2617b40b55229f8305b677ae628305a4ab2ba3c4a508a 64 0.03/1.00 vMB 15
160,014 160,014 00000000000001bae89ac82903a839396271efb35030df9b1d723b578a6a6622 13 0.00/1.00 vMB 17
160,013 160,013 00000000000009147296f9a0304ae69daa813c53347d0e58c6a22a0d7e2b0e93 25 0.05/1.00 vMB 23
160,012 160,012 00000000000005613e769f8c876091585a540b719e6129bf07ee6bc0f8d4e2b6 27 0.01/1.00 vMB 14
160,011 160,011 0000000000000a5507402b0658377af95dd0b4cd13748e0a33125ff766306393 45 0.03/1.00 vMB 89
160,010 160,010 000000000000052b391c2a25def7e34bd468e3dc964ec19437a25a734893070a 1 0.00/1.00 vMB 0
160,009 160,009 00000000000006526b70f000299dcb42159d454977e5173697d69172cdfbca1a 22 0.01/1.00 vMB 502
160,008 160,008 000000000000079641b6608b9f053d078a3187c3f0dda6f17a4b133ce4069def 1 0.00/1.00 vMB 0
160,007 160,007 000000000000028fd540f91b93c34d81bfc794bc8b3e5e63f57ed75dd6d6686d 31 0.01/1.00 vMB 102
160,006 160,006 000000000000067cbea49a7beb6b8401b0bea294d8a20cd4e191bf1a4f3f74d4 30 0.01/1.00 vMB 49
160,005 160,005 0000000000000e41d1da1e28a6f2195ce6a95c1d9e13538c76e9ce12358493a5 9 0.00/1.00 vMB 85
160,004 160,004 000000000000042b7a57a1706855c185bb5ff2246a6bc82d9e0611a445e75dda 45 0.02/1.00 vMB 328
160,003 160,003 000000000000023dd43098d6b7741343036a6ce3241e7d7b75e81ec809a35c9e 30 0.01/1.00 vMB 509
160,002 160,002 0000000000000320ae4ff160201e80592869b4e09844764455105cbe19fbb9d2 13 0.01/1.00 vMB 6
160,001 160,001 00000000000008754857069b7a1df3acd1643a7ffe1623eceebcb7346ffd6a63 20 0.01/1.00 vMB 296
160,000 160,000 000000000000066c6e629b2fb49c7fcc52b82fe9833f328e0c3943856facf231 1 0.00/1.00 vMB 0
159,999 159,999 000000000000044a45a9097de23bc8d32e9c98301f912e80eb3ca5714508ed4c 28 0.01/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 780.82 GB

Node Details:

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