Loading Tool

Explorer IconExplorer

Memory Pool

81,962 transactions
31.03 vMB
0.12039385 BTC
Random Selection Loading Transactions
Max Size: 185.53/200 MB

Candidate Block

Mining Attempt 78627b14076ad75512434c857e2a8dbbe88006fa80c54b9c30cf1c4b9eaca67d
Version 20000000
Previous Block 00000000000000000001d5c5e6dfb1105c06f06ef2ada68ef39386bddc38f0ae
Merkle Root 987d2b93c24bb9003ebfac8433cc94e7db08473e86dce580db4b592234f67ee9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,985
Size: 1.00 vMB
Total Fees: 0.03461214 BTC
Feerates: 500.91 > 3.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,149 (749,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,387 165,387 00000000000003d96d8672b1211d642c449323d047a21f4cd35bf17f1007548d 40 0.02/1.00 vMB 198
165,386 165,386 000000000000034bf2b0e415b8a07060d94ce9e1d0f4be2e8e1429d612a1a8c8 66 0.05/1.00 vMB 92
165,385 165,385 0000000000000af2b6b3dc7d11bf001c360cc2a327a8007b44607c5404e8d582 52 0.02/1.00 vMB 173
165,384 165,384 0000000000000093b5f581457258dfbfd728a6256add9ae7c55218df3c82f5ae 110 0.05/1.00 vMB 226
165,383 165,383 00000000000008658aeefad9bb6e74da1196c9ac32c55fafbbf81d534a9fca2e 12 0.00/1.00 vMB 16
165,382 165,382 0000000000000a9c97904181ce0b828da87b575e351a89ce80bd6822d3ac4a55 68 0.04/1.00 vMB 197
165,381 165,381 00000000000002c34c914dae851a5995677794aa825e64920dc694b0135a1072 12 0.00/1.00 vMB 33
165,380 165,380 0000000000000adc1e8543c1fda3c5055c51cae329595c1cd0d15b2f4b114abb 45 0.02/1.00 vMB 207
165,379 165,379 0000000000000504bb2881829475e736037c49e2967d5619ba716f6bd0f073b0 31 0.01/1.00 vMB 68
165,378 165,378 000000000000018a31c1f56b264bff24885b9149e799ac94ee180bed936d6d31 18 0.01/1.00 vMB 324
165,377 165,377 00000000000002ecb3723aaf340d9a60d53d9e2a198f55a6b8e4fd9d77b9d1aa 5 0.00/1.00 vMB 557
165,376 165,376 00000000000000cbfa31386149a1b0788ef70a32f364432acb2190b840647241 87 0.03/1.00 vMB 0
165,375 165,375 00000000000007da3771d3350a15076ed81ea0fd0a60ad750421fe00bc366a2c 97 0.04/1.00 vMB 81
165,374 165,374 00000000000007f08d1dad6fd6a3dd585fbad0a6afa9ad9e7eabbc21293a7b7f 66 0.04/1.00 vMB 168
165,373 165,373 000000000000017ecd2f15719985842ac40e89576ce8ea6ada01469b54afbe15 139 0.05/1.00 vMB 82
165,372 165,372 000000000000011d5a7f80ce132dd56b49bf6f503f80c09b0ca14d1aaa2f8595 20 0.01/1.00 vMB 90
165,371 165,371 000000000000021c586caa80f0470be483356c95052d23f91c48522a4c926006 48 0.04/1.00 vMB 73
165,370 165,370 00000000000000993e75173a54e50d55a04a004aee94f1b75c07ec3c142dae27 84 0.03/1.00 vMB 125
165,369 165,369 0000000000000af84e0920289880f687d930ddcbbad4357773b04f5831a0cfbd 58 0.02/1.00 vMB 49
165,368 165,368 000000000000087f83ee1f4c4b1af82904e0d55ce9b52115cb0e24e3f1e8a2fd 81 0.04/1.00 vMB 200
165,367 165,367 000000000000086df60e77f48b61a4cf436b7027bce65c295f17f227edb1d488 101 0.04/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 782.65 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: 672.90 GB
    • Received: 16.33 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.