Loading Tool

Explorer IconExplorer

Memory Pool

45,181 transactions
22.39 vMB
0.16725160 BTC
Random Selection Loading Transactions
Max Size: 124.79/200 MB

Candidate Block

Mining Attempt e127031b3bf169a2cd2a5036677ef104a4b02b16f0e073b4c083de8f5f8f8849
Version 20000000
Previous Block 00000000000000000001e617077417fb25ab1cd7726c5719286653a2b2bc0fb5
Merkle Root e3f69ca8aeb2042d7e704bacdcee05f0021e7cd73f1faa0e6d2cf03cb48121d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,436
Size: 1.00 vMB
Total Fees: 0.10667236 BTC
Feerates: 101.66 > 10.69 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,090 (853,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,314 60,314 000000000826092429ad828b4dff504de66410dbb2368f6d3b3422c37345f512 3 0.00/1.00 vMB 0
60,313 60,313 000000000c2cd2e006cf3b1da4246c256420b8ad3d4931722127c5dd2309de95 1 0.00/1.00 vMB 0
60,312 60,312 000000000bc59139469fe8b32d09f54d55e934e2895db4c08b54adb4397d10de 1 0.00/1.00 vMB 0
60,311 60,311 000000000dcc76311266e908718cac34a13a14b498cf56d1faa5feb9a2d8640e 1 0.00/1.00 vMB 0
60,310 60,310 00000000072ddd73924640783a3528e4fe171fc95dbf195e9601611a61207394 1 0.00/1.00 vMB 0
60,309 60,309 000000000e75d22cb75836b3e2d515d6fb86b7b32cc8f2b5582cc7bc17789637 2 0.00/1.00 vMB 0
60,308 60,308 000000000730f6a9373aa60f05a321b6ef3dea2d581e6f10901e56f84ed64817 1 0.00/1.00 vMB 0
60,307 60,307 000000000ce3deb297a0fbd7596c0d71e94f66bcd988015ed2fddc694482ebad 1 0.00/1.00 vMB 0
60,306 60,306 0000000003da4cc9743cc8d6396d7db1d4fae2959d1ac3961672cf25ff8e5641 1 0.00/1.00 vMB 0
60,305 60,305 000000000f59f6c432104dde818ed26808df30e2ed5c2601a248ec8e18523c8f 6 0.00/1.00 vMB 0
60,304 60,304 00000000080bedd31e301cfb9d8cbaf274a2db40434c9ceb5b34272d35dd77e0 3 0.00/1.00 vMB 0
60,303 60,303 000000000f0c724bdfa2cf45df94c6996bfe6e54d1cb55717ee3db6a490f3c76 1 0.00/1.00 vMB 0
60,302 60,302 000000000ee25106ada08d941b070ba5af8d1906a9667f1ba7a5f454982f1f54 4 0.00/1.00 vMB 0
60,301 60,301 000000000a553eb0bcb3be3b966cba542a336076322c2e642bd0633f9622ebf2 2 0.00/1.00 vMB 0
60,300 60,300 00000000085e3f531388ab902b9c51fcc0a2c784830cf04a72558a224696a60f 1 0.00/1.00 vMB 0
60,299 60,299 0000000002fcd6c7a5c4da0b51ae9732e5df66b3ae7e91073b31fc5a124cfbad 2 0.00/1.00 vMB 0
60,298 60,298 000000000b1116e13eb3d258b3c63c10092d09107de49576114c5e7eab2cc00d 2 0.00/1.00 vMB 0
60,297 60,297 00000000002a2f9e7ecc8bda5fd01a725b5e5da093429ad02ca922887d960ef9 2 0.00/1.00 vMB 0
60,296 60,296 0000000004f19158e487ab1c56c975185352d552162df8ce14a67a06b7c29f74 1 0.00/1.00 vMB 0
60,295 60,295 0000000000f5d048f35f340543034adb0a736371dc71cd01ca83404b60b39df9 1 0.00/1.00 vMB 0
60,294 60,294 000000000aa136f5e500ec9cecaa6706f151297782ce9640800dd4e09bbfb076 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.76 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: 557.31 GB
    • Received: 7.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.