Loading Tool

Explorer IconExplorer

Memory Pool

47,317 transactions
27.13 vMB
0.06666304 BTC
Random Selection Loading Transactions
Max Size: 144.38/200 MB

Candidate Block

Mining Attempt 0af93fa4b3ec9c93875c64058a03bd080627c0f09c9b86965e928d6ca611e5dc
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 75f2017b225ca64ff47ccb8053f9db57ce0f3e590d645f9cd8d6e9caef89b9a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,813
Size: 1.00 vMB
Total Fees: 0.01636300 BTC
Feerates: 100.17 > 1.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (407,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,365 507,365 000000000000000000281c0cb34c90ecdc22700039ae2ac805d9137890cca3b6 1,716 1.00/1.00 vMB 126
507,364 507,364 0000000000000000000fa6febf64acde28fc62d51f9fc841553a364b5ae8005a 1,661 1.00/1.00 vMB 164
507,363 507,363 000000000000000000168d7db9d63a1213a35656456a9ebe40fc648a665a5aaa 1,679 1.00/1.00 vMB 138
507,362 507,362 0000000000000000004a97083f310940404d6a486fd63f30ea71f972e0b7e9f3 1,486 1.00/1.00 vMB 48
507,361 507,361 0000000000000000006799e0fe0a09f1b54673ae658b28bfc7d078ff03cbcd4d 1,617 1.00/1.00 vMB 104
507,360 507,360 000000000000000000007fc56ba8a0c50edb46137a34d43ea62726720ace2122 1,517 1.00/1.00 vMB 102
507,359 507,359 0000000000000000006392b89c93257d9fe625f7a942f4b3fa4ba1133faa2e16 1,470 1.00/1.00 vMB 140
507,358 507,358 00000000000000000027e06dfd18d3604c611cb0c4a8a1a4b1e29a68bd7a24fc 910 1.00/1.00 vMB 127
507,357 507,357 000000000000000000243d610028d5950e78b2aa3ce8f31ddc4480d6beb054fb 1,231 1.00/1.00 vMB 133
507,356 507,356 0000000000000000000b935986d33a087911c88a066e23af712bd743a96c1bb2 465 1.00/1.00 vMB 85
507,355 507,355 00000000000000000014df21a48bebace2140b7109252f732ace9877aed3e8ed 592 1.00/1.00 vMB 84
507,354 507,354 0000000000000000003a380fee17d459dba609b3f92a71906b759df6c5b6a1a3 856 1.00/1.00 vMB 101
507,353 507,353 0000000000000000003a20f77b58b9101f2d6220f77797d5e12bb52033acf16b 1,786 1.00/1.00 vMB 156
507,352 507,352 00000000000000000006c00b3e68d8308fc80df8a19b71ba9c1f9187d8658f91 348 1.00/1.00 vMB 79
507,351 507,351 0000000000000000005c3f63f6304f1b41fc893174323fe8e8d9faf74d19471b 1,285 1.00/1.00 vMB 140
507,350 507,350 0000000000000000000e9b1f3d41b46504b30ba56503658f1c983434c81fa21d 584 1.00/1.00 vMB 96
507,349 507,349 0000000000000000006555094e799da88bb25b6e22a22cea761c275e29a3644e 763 1.00/1.00 vMB 108
507,348 507,348 00000000000000000047c4e33a8234a9e8ce3de5f100289e3ba83559671e6d11 1,269 1.00/1.00 vMB 89
507,347 507,347 0000000000000000004cc063e63e4a144318a8defbf8af35eedc80ea6e55a052 2,151 1.00/1.00 vMB 205
507,346 507,346 0000000000000000003ab657aed2827cfdc860a051d3a113bccc8bf0b2ea62a7 2,076 1.00/1.00 vMB 134
507,345 507,345 00000000000000000045e1dd1bfe33f82d466186283a604feb768188e517a137 2,128 1.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 781.99 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: 648.71 GB
    • Received: 13.06 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.