Loading Tool

Explorer IconExplorer

Memory Pool

78,633 transactions
29.36 vMB
0.07824637 BTC
Random Selection Loading Transactions
Max Size: 179.88/200 MB

Candidate Block

Mining Attempt 71dd46e813e31d60483e3662f4adc03eccdf6bcd7ccf4081dc6e2f33b2dc63b2
Version 20000000
Previous Block 000000000000000000005526bea8af5b3d9aa43c0c50a99620a61707332605e3
Merkle Root 9819fa564f7cec4f537fd1a018cfff02e713c03d86f0875e62a6cb8c0991cd08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,581
Size: 1.00 vMB
Total Fees: 0.01390563 BTC
Feerates: 100.36 > 1.39 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,237 (436,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,108 479,108 0000000000000000011b4b0e661bb6cf817cce97485eb54d2b4a2d0cd60ddae9 1,248 1.00/1.00 vMB 55
479,107 479,107 000000000000000001113e9446c88af9a606d66363d9459afa52f8811407ea7d 336 1.00/1.00 vMB 13
479,106 479,106 00000000000000000052392c0103886c7725c4b2936a2e15fe9de1fbbee78551 1,734 1.00/1.00 vMB 117
479,105 479,105 00000000000000000079ca4f54f41a6b716b6a4e3a85c24d24838acdf344dae6 1,667 1.00/1.00 vMB 67
479,104 479,104 000000000000000000b700abeb6cff1bd4229cec8d5e9fa2bf31de6f109efa0e 1,995 1.00/1.00 vMB 143
479,103 479,103 0000000000000000006f6a84d24df4206fcf73e9faaa47d56ca50c47a3e02cbb 1,965 0.99/1.00 vMB 87
479,102 479,102 0000000000000000009a95e78293cdcb9fb344d5412aeafdb34d394b22aa3ed4 36 0.01/1.00 vMB 588
479,101 479,101 000000000000000000812a98e55051c99784a718e9c9d21d7572f3c70c698789 2,074 1.00/1.00 vMB 113
479,100 479,100 0000000000000000012e56d5d6a5619db27f0e051d90b4484aebe95970d2e497 2,205 1.00/1.00 vMB 72
479,099 479,099 00000000000000000061db1e6a204b37dc2ab28337dea20a1f333f9a8e2774cf 1,694 1.00/1.00 vMB 123
479,098 479,098 00000000000000000016a179de5ff621312cace9c38a49caec891ac30d41aa1f 1,648 1.00/1.00 vMB 138
479,097 479,097 000000000000000000431f778ae7e13ca7033aa8f87200301b2f758dc12d53f0 1,147 1.00/1.00 vMB 216
479,096 479,096 000000000000000000db9d273aa1231c0c5b135cc9e413d588d61522e77bab01 89 0.03/1.00 vMB 95
479,095 479,095 000000000000000001191e500dcc580159785c3cbd011f2a0ebd05982d1f9842 710 0.99/1.00 vMB 31
479,094 479,094 000000000000000001103121dbddc09a1399513bf6da3d6f5874f78b5475f44a 523 1.00/1.00 vMB 4
479,093 479,093 000000000000000000308f391d409124b9a9b73508d7e130de177e3b0570b947 1,647 1.00/1.00 vMB 105
479,092 479,092 00000000000000000020010f1fcc02b55688140f3cb49e0603c3639a876a77e6 334 1.00/1.00 vMB 9
479,091 479,091 00000000000000000064a2110c3456872dbbc5d4e4ba4f0c961c87487fd6cae2 1,499 1.00/1.00 vMB 54
479,090 479,090 0000000000000000002781403de61d9750c61270744ee7c6232c69964bcd253b 1,760 1.00/1.00 vMB 131
479,089 479,089 0000000000000000000eefa94dcb5e84545969bdd216dbe378a17bdce5e3f75b 350 0.75/1.00 vMB 22
479,088 479,088 0000000000000000004a5c031f73bde2f187cf47fb765e2b9824aa415570c07d 2,130 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.80 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: 710.06 GB
    • Received: 17.02 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.