Loading Tool

Explorer IconExplorer

Memory Pool

41,827 transactions
26.47 vMB
0.07066695 BTC
Random Selection Loading Transactions
Max Size: 137.84/200 MB

Candidate Block

Mining Attempt 7cee6bcfd6e4d81ce44727b340f6d537a56ecd35081e4a7bbc5da68bc3194ae8
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 1eb01df48c9d8c8390f160a62399c7cf5c539b211bf9f97d011e16254bc179cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.02205058 BTC
Feerates: 99.53 > 2.21 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (472,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,177 442,177 00000000000000000340339c7ba2fbdd6741c874e1f7ce09bf2e0a95ec12ee4c 2,152 1.00/1.00 vMB 55
442,176 442,176 000000000000000003c6c4e459e1ede1097611c0369ab7f21c28356cad01941e 2,641 1.00/1.00 vMB 76
442,175 442,175 00000000000000000353c12b632c073bb48f0da1c28084c729351d51511f0126 2,078 1.00/1.00 vMB 74
442,174 442,174 0000000000000000013e90e08b5e1aa797fb9ba210d980f52300dc77b316e94d 1,925 1.00/1.00 vMB 77
442,173 442,173 00000000000000000217b93f83cb648051f7d1d0dcda0432640ef46e1c1a278a 1,852 1.00/1.00 vMB 77
442,172 442,172 000000000000000001e5695716a4bc0c8eb6bf5d8ff095bda70775a3d5457129 2,005 1.00/1.00 vMB 86
442,171 442,171 0000000000000000015ab4d256770332092e107ed57ec191b09116b8a1b7ad99 2,369 1.00/1.00 vMB 93
442,170 442,170 000000000000000002604ed751201c90c473b0ba39a90b671241e61018888d2e 2,425 1.00/1.00 vMB 88
442,169 442,169 00000000000000000012627752397676045d1aefdbadf3bd142891373f0fecfa 2,291 1.00/1.00 vMB 60
442,168 442,168 00000000000000000243a70c739b9701f3775116e11e8485f7c45a0b70d65172 1,918 1.00/1.00 vMB 71
442,167 442,167 000000000000000002c44f148cc2f259af0bae476d0d076d29f3a25ce95d69b7 3,077 1.00/1.00 vMB 72
442,166 442,166 000000000000000000c231af45cde37ae91862a4d7f4e04b6a4553eefbe3dff6 2,222 1.00/1.00 vMB 77
442,165 442,165 00000000000000000272c90308d19f7591f84185eac48f0b4ac97ebe5fc647df 2,600 1.00/1.00 vMB 101
442,164 442,164 000000000000000001105a990331f540d311d89dcc93bd5585c9128bbaefdf57 2,505 1.00/1.00 vMB 99
442,163 442,163 0000000000000000008a14b173cb9fcb7e0c7a31b737bec49aadfa031796960b 2,411 1.00/1.00 vMB 100
442,162 442,162 000000000000000001d44c8195f49f5db5e1105f6c6765e2f91e627f38d5893a 2,292 1.00/1.00 vMB 104
442,161 442,161 00000000000000000341c1fb18d1a02e551b34d95ca6d822382b1f4ef28b18db 2,696 1.00/1.00 vMB 69
442,160 442,160 000000000000000001340bad95d726c4edae5e9c7e6c5521c79922d25dc9718d 254 0.10/1.00 vMB 93
442,159 442,159 000000000000000001ecad4108af0129e4fb7481130d7bb4aaa069b8a12a9e05 1,998 1.00/1.00 vMB 112
442,158 442,158 00000000000000000098ebc28f1414c46dcb6acfc00418befd76ce6826621aed 2,421 1.00/1.00 vMB 72
442,157 442,157 0000000000000000035451325a3e5fc1b50809bc96b810af7770998241cdc6ea 2,377 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.