Loading Tool

Explorer IconExplorer

Memory Pool

26,759 transactions
6.45 vMB
0.05493288 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.94/200 MB

Candidate Block

Mining Attempt 44c9d83dd8b68031c57a0bb671495dbade3a5a12db4d595d8c9e9bf411d13cfb
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root 009b91e287016a17dfe6afa4cf8fc69643559f77d2cd6c08c6921a4e9e20bd23
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,863
Size: 1.00 vMB
Total Fees: 0.03790293 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (697,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
215,597 215,597 00000000000004a38eb56497851b2a47aaf50f30c7bcfaf065faf23798a01a99 354 0.13 vMB 190
215,596 215,596 000000000000046538190bc5d18231acb87e12a8abb12c0cb13139f25c16cf60 400 0.17 vMB 139
215,595 215,595 00000000000002df0353ba99a5869260417f52a3f3f36759a96f9088eca6373d 266 0.15 vMB 154
215,594 215,594 000000000000016fd5f7dd11c65a8119055360546b40ca72f42fad8c6da70164 84 0.03 vMB 228
215,593 215,593 00000000000005099c422266cf55c2691861022a36ba322b7096992f0c898981 153 0.07 vMB 106
215,592 215,592 000000000000032d9184e6b883cea8ebe4b5a9ad577c0c58447e221066178be4 136 0.22 vMB 74
215,591 215,591 00000000000003e114a17e27e74bbc175fd9c56891307957de7cd9a8ab62fa44 407 0.24 vMB 191
215,590 215,590 000000000000052610bfa206cfb8c421070d56858513fab3a059aa079ae03ef4 276 0.27 vMB 141
215,589 215,589 00000000000004afaba16791d72fd3a8ce63ee25fa208f45976992d9ed6feba3 154 0.05 vMB 95
215,588 215,588 000000000000039881830bc5da9a149742e94ec79370f748e90491b41b423b11 164 0.26 vMB 66
215,587 215,587 000000000000035aeefec22d702d1f0df264ebeaeb915a832b810607e33e6f15 760 0.25 vMB 298
215,586 215,586 0000000000000167102f1d0c4b1f5989c19cf70e9872b7dd1ee5ac24dde4ad4e 68 0.03 vMB 206
215,585 215,585 00000000000004761827fa84fee4916a066016761260a6d89feae05600941778 626 0.24 vMB 207
215,584 215,584 00000000000004a5f878663319c63cae2f1d2eeb0c8e2fcb6921a320fec432b2 9 0.00 vMB 7
215,583 215,583 00000000000001e3125e300ded0616c08971e31ecda502f55021e791c53781a9 113 0.05 vMB 244
215,582 215,582 00000000000004b25eb0e9b7ab2052b711271bdcf9677644fe376460c91ce2e3 97 0.09 vMB 84
215,581 215,581 0000000000000562dcd73824141fcd800655048a56375ecbe699f3b31e98113a 553 0.20 vMB 224
215,580 215,580 00000000000001e3366795a74f06aa4320aaea72005d2013c58ac63d58ed2700 136 0.05 vMB 179
215,579 215,579 0000000000000223459d156d2a2ab48125cec5ab5fc35b6ccff6b1962b302021 139 0.05 vMB 188
215,578 215,578 000000000000000116df1a19692a43f47c3f030ef08e0b939f4124788dc800f4 12 0.00 vMB 123
215,577 215,577 00000000000000f79de505ebb4c72b6c70a007161e117210b4ba3036b893a047 141 0.07 vMB 141
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 80
    • Outgoing: 10
  • Data Transfer:
    • Sent: 39.83 GB
    • Received: 0.55 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.