Loading Tool

Explorer IconExplorer

Memory Pool

50,410 transactions
21.71 vMB
0.06402343 BTC
Random Selection Loading Transactions
Max Size: 124.44/200 MB

Candidate Block

Mining Attempt 029410c06f2a6bfe747f5e4cc785ab45dd13227fa8606df004c85342de22a05f
Version 20000000
Previous Block 000000000000000000018aad657dffb41080d6e45b75ab49008ea7365eca2651
Merkle Root 0b2ff063c5c22262eee92aea1970a3164ae945c0a2f03963b514735f3c48f8f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,991
Size: 1.00 vMB
Total Fees: 0.01903511 BTC
Feerates: 101.09 > 1.91 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,021 (688,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,640 225,640 0000000000000214e6fa577bf00c3e9e5c66199897bc75f07743481cf5fb42de 128 0.09/1.00 vMB 97
225,639 225,639 0000000000000260c1e00b31a07ca36a05cc1f15376798c4271377e394160b2a 525 0.23/1.00 vMB 174
225,638 225,638 00000000000002076ef30dd435c3ebfb667ae916a446640ef98e63d6f946949b 347 0.14/1.00 vMB 178
225,637 225,637 00000000000003799994d9fd8ea0fd189ff372e65fba9ebf41b880124f18bccb 136 0.08/1.00 vMB 120
225,636 225,636 000000000000032269a55cac6e8d03cf47bd25a23fdc76cdb31857bad2bea7c3 135 0.06/1.00 vMB 152
225,635 225,635 00000000000001f358e65c7c43df6a1b4074bc0b9f92a823f3641436267fbb76 341 0.14/1.00 vMB 176
225,634 225,634 00000000000001d495cc28c00cc9bc7bc80025e80dee985d68c8261ed0d5eb7d 240 0.23/1.00 vMB 92
225,633 225,633 00000000000000b072eb8ae4d52b2f9134e1b4ae0e1c513d137fd2a59e9645fe 256 0.07/1.00 vMB 225
225,632 225,632 0000000000000123b0e0896891c6750b439fee0e9e2ccc0ed25bc258ba0758db 625 0.25/1.00 vMB 199
225,631 225,631 00000000000001f75a555d75a721cb07e4a3b5d7d1e97f3e9df7a5458288b6e9 754 0.44/1.00 vMB 92
225,630 225,630 00000000000000fa26ea87d10f4e9ecccda32404f69b8596fc1cb996a9ce2ffd 619 0.25/1.00 vMB 199
225,629 225,629 00000000000000601540b7c7e17e03753a059b15bc27cb3a5b1a2ad9ca12afd9 24 0.01/1.00 vMB 125
225,628 225,628 000000000000000429cb1dec097098a2c0d86f5d5107ee0ac452279de509ebbe 112 0.06/1.00 vMB 118
225,627 225,627 00000000000000acd3a3b22a0b0d7c8c3674951a748552ee3c0c77107c58fe85 280 0.16/1.00 vMB 141
225,626 225,626 000000000000002aa4d6bb4aef253bff9982d64504d0336ac12de28a49bdcdb7 564 0.25/1.00 vMB 183
225,625 225,625 00000000000000788b67aff93c14c262f5f22d1adb9b2092a69171325b4ebe38 67 0.03/1.00 vMB 56
225,624 225,624 00000000000000c31b775296e4281a5afe3e9d1ec8c9fb7426ce840b80550f83 627 0.25/1.00 vMB 198
225,623 225,623 00000000000003722fd901002e1cf995f8e4e49dedae23525bc0a56de6e1387e 73 0.03/1.00 vMB 171
225,622 225,622 00000000000002a7e4ba054d3e6a513aa65955f8368d424382d58fe7020dcb4f 194 0.09/1.00 vMB 191
225,621 225,621 00000000000003a25d9f16f8d9e19c1182b128ed324a7cd652da80891ac82a1e 19 0.01/1.00 vMB 133
225,620 225,620 00000000000000e4564aef24738351e37da3c4df6402b5d8a678992f4829d998 485 0.22/1.00 vMB 220
Previous 10 blocks ↓
Total Size: 780.64 GB

Node Details:

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