Loading Tool

Explorer IconExplorer

Memory Pool

82,900 transactions
31.39 vMB
0.09374358 BTC
Random Selection Loading Transactions
Max Size: 190.52/200 MB

Candidate Block

Mining Attempt 3e1e12e53406ef4d4ebde19f6a38c5b52376e35080ca50a11000df6f87cf3dbe
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 00b08f0ae4a1f9d54a5f9a15c7f8d5ce26969d5b312762da69787d09f246db2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,164
Size: 1.00 vMB
Total Fees: 0.02568444 BTC
Feerates: 100.69 > 2.57 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (36,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
878,425 878,425 000000000000000000025a93cedcc520645813a3dabf299a59ac0e17cb169464 2,995 1.00/1.00 vMB 6
878,424 878,424 000000000000000000012900789e985372cadfc69384a57e61435cd30d9d548f 4,170 1.00/1.00 vMB 4
878,423 878,423 000000000000000000017e63905f7d3f2a89d7a2ecb0a9096466268bdaca4ed3 3,273 1.00/1.00 vMB 4
878,422 878,422 00000000000000000001973b774ed17399892539842fd7f572369effc8f3909c 2,990 1.00/1.00 vMB 5
878,421 878,421 0000000000000000000053b17d842a7245dea02d8c0fff54188b6a0aa4955920 3,184 1.00/1.00 vMB 7
878,420 878,420 00000000000000000000e7d8cf2269178c42c7628a558df30ac66cc641919b28 3,228 1.00/1.00 vMB 8
878,419 878,419 000000000000000000027e09700eb9a9af2763c80108fb388b0eb18dea13b45c 4,156 1.00/1.00 vMB 9
878,418 878,418 000000000000000000009508b82a53067a6e53e735acf06c85f0b52e81c58aaa 4,376 1.00/1.00 vMB 6
878,417 878,417 00000000000000000000a203a119ae6e5ce24a31eb7ee5263db28f8c3b441889 4,030 1.00/1.00 vMB 4
878,416 878,416 00000000000000000000d69560c750eef02502b5956f588cf94c722cea9f5d1d 4,750 1.00/1.00 vMB 5
878,415 878,415 0000000000000000000177712d349ae5564d18cd5afbc757f4bd8a9269563b90 4,644 1.00/1.00 vMB 5
878,414 878,414 00000000000000000000e939949c73a43dc7d6e9a03a1b85960e7d14d8b0d37c 3,841 1.00/1.00 vMB 8
878,413 878,413 000000000000000000005dbbfc90cc8cb06bff921203a5b3b85cca997f9d827a 4,214 1.00/1.00 vMB 7
878,412 878,412 0000000000000000000081722153d20d5dc009cc90dac3f46e0f2c0e23c07676 3,705 1.00/1.00 vMB 5
878,411 878,411 000000000000000000025aad892b243670771bfb03a549d622497324a32aa788 3,966 1.00/1.00 vMB 8
878,410 878,410 00000000000000000000af97ab399a0d2b16a0b918225fd406c6eb701361c2be 4,518 1.00/1.00 vMB 3
878,409 878,409 00000000000000000000852b9432e0e5a8161d309fa7fda1aaef07d4f946b1e5 4,090 1.00/1.00 vMB 2
878,408 878,408 0000000000000000000253701779c5d9a450062fc05c870c6ca87e51dc33d19b 2,688 1.00/1.00 vMB 5
878,407 878,407 00000000000000000001af4a1ea8a4672d3c9855009fb468cd87e5082a51f75c 3,139 1.00/1.00 vMB 2
878,406 878,406 00000000000000000000d65e7b3f2da143362da5b4291a22e2b5b3e08c0d7bff 3,064 1.00/1.00 vMB 4
878,405 878,405 000000000000000000016b356fe1a9960e1fcd3d065836c5c5a4462a9d0b6400 3,291 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.72 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: 702.62 GB
    • Received: 16.63 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.