Loading Tool

Explorer IconExplorer

Memory Pool

40,115 transactions
19.87 vMB
0.05552880 BTC
Random Selection Loading Transactions
Max Size: 110.62/200 MB

Candidate Block

Mining Attempt 1af61b15c91ecd7f8649cecad4e43774cb876eb36bedc0fd548376d729c8d996
Version 20000000
Previous Block 00000000000000000000eebcf6de9667b93e57c6ec9b21528ece66efcc0fcd31
Merkle Root 2c12f82d895e64f4f420e7bc026842eef698fb7f11fd5cb694af686e46d84b9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,678
Size: 1.00 vMB
Total Fees: 0.01646801 BTC
Feerates: 100.58 > 1.65 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,105 (754,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
159,998 159,998 00000000000002026749c04bfdd327f8ae56ee8a9114f6051cca1f2ca4f8cf05 6 0.01/1.00 vMB 19
159,997 159,997 00000000000007c0736db78cb3b358444df83a67dcbc08671ae96d303e811988 72 0.02/1.00 vMB 78
159,996 159,996 0000000000000973d30f4d6b5d5d2a821526de0f22ec5ec48d2ea5310c82336b 42 0.03/1.00 vMB 179
159,995 159,995 0000000000000d49b37e5b22478bc27d0af2215ae5aa1bbfa3e4f3024597a6b7 25 0.02/1.00 vMB 60
159,994 159,994 00000000000001895af55bb2c75d85f1c116b8a4d160fac3408f380266e547db 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.79 GB

Node Details:

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