Loading Tool

Explorer IconExplorer

Memory Pool

83,414 transactions
32.12 vMB
0.10401884 BTC
Random Selection Loading Transactions
Max Size: 190.98/200 MB

Candidate Block

Mining Attempt c7035a1ac0ea4dcac72e48677e8348c89ac831dacb14f69eecba9a31d423c36c
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 42f17e942ade437ba2efab5bf587208423f6033d14fd8bfdc1fff1b8ae0b73f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,584
Size: 1.00 vMB
Total Fees: 0.03940782 BTC
Feerates: 387.56 > 3.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (217,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,514 697,514 00000000000000000008378693d53ea9d49cd40410d7a03ec58ddeae8489f745 1,745 0.62/1.00 vMB 16
697,513 697,513 00000000000000000000b4b3e6890debc09e5f823d26006899a16cea7d81f5ff 1,297 1.00/1.00 vMB 4
697,512 697,512 000000000000000000107d0afdba35038c68beaf45c52c85c8eb2ceca141f7f1 2,322 1.00/1.00 vMB 19
697,511 697,511 00000000000000000003275a9d4d29e94ac4a802b9ae3cc4f1bc3505c2b661f5 2,779 1.00/1.00 vMB 7
697,510 697,510 0000000000000000000a89d583f78012bb0d35711f64e1eadc935c91344153d7 3,168 1.00/1.00 vMB 9
697,509 697,509 0000000000000000000e69c87de51b1301711ed9049d595c514dbf6bc5244a95 2,331 1.00/1.00 vMB 43
697,508 697,508 0000000000000000000104a38ead804cbdd5492395d8d68743114c73fb39da3c 86 0.02/1.00 vMB 14
697,507 697,507 000000000000000000015bb39f7c6ed0de9c1df21caba1b3adc2dcbf553fb083 139 0.04/1.00 vMB 11
697,506 697,506 0000000000000000000fda36da9cdf44484154d9de47c8395b81d7f56a11cd98 1,293 0.57/1.00 vMB 12
697,505 697,505 00000000000000000004f2c02f58cfc908b8ab63bcf634e2491dcbd96acde6fc 755 0.31/1.00 vMB 11
697,504 697,504 0000000000000000000798e992f5744dd07fb57e1ed2338be9445cbe4c2707cf 2,897 0.98/1.00 vMB 12
697,503 697,503 0000000000000000000770e3b3d37675524436d5501bc906dc15e55f74aa5ae4 2,498 0.79/1.00 vMB 7
697,502 697,502 0000000000000000000ce594021b535a22a666e14f99885e785c4d5b9deed8c0 2,018 1.00/1.00 vMB 12
697,501 697,501 0000000000000000000e4457e910abbb25bb5777e609db3b136f5271162a6192 2,107 1.00/1.00 vMB 9
697,500 697,500 00000000000000000002831d6ccce2e800d6652663147f9d101eefdcac24cfbd 1,979 1.00/1.00 vMB 9
697,499 697,499 00000000000000000006fca0b03b9f639a3ad71dc44c8ac7f8b8fd2b819c3bfe 2,215 1.00/1.00 vMB 12
697,498 697,498 0000000000000000000883e0dbd02f0757524f5736a2cd4dd8bb121335704e66 1,312 0.87/1.00 vMB 7
697,497 697,497 0000000000000000000c5bed0c9a6297da0f6cd39278821218997d9c46e25a45 1,749 0.76/1.00 vMB 8
697,496 697,496 0000000000000000000489d86d031757ea67924104fc4fcc4952c874b3713454 2,580 1.00/1.00 vMB 11
697,495 697,495 00000000000000000003cb1b072dda9139f00be04eeee7330a7b00edd14ba995 1,410 0.75/1.00 vMB 9
697,494 697,494 0000000000000000000177bc66e0c97a58653f64778ae41e86909a6ec30a539c 1,343 0.53/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.31 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: 658.85 GB
    • Received: 14.59 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.