Loading Tool

Explorer IconExplorer

Memory Pool

76,701 transactions
28.95 vMB
0.07532932 BTC
Random Selection Loading Transactions
Max Size: 177.12/200 MB

Candidate Block

Mining Attempt 6a41fdb3b83043d42a1ba551d36c02196e62fd53274294cf086148f91a1dfe4d
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 8cd612f03b17dad8f93c19cf80188d00dc16c961806cce56ca42d7ec4b38b0f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.01228265 BTC
Feerates: 74.05 > 1.23 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (437,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,450 477,450 0000000000000000000f8af53cf3944b4474533465877c471ba3dd1f2b8ae9c1 768 1.00/1.00 vMB 70
477,449 477,449 000000000000000000a13cde76e71ce0340223380189b9e61d3d6f04e354899f 1,848 1.00/1.00 vMB 102
477,448 477,448 000000000000000000afcd501b28b26044684d7118b2adb65a9d1fe9bc5a3a3d 438 1.00/1.00 vMB 18
477,447 477,447 0000000000000000003ed46b7f662a0c4011d80236e6dbffc96b976276b68a88 1,105 1.00/1.00 vMB 74
477,446 477,446 00000000000000000118d3c7cf1f83225ed9d4ce3595b195aaa4e40c00b088fc 911 0.99/1.00 vMB 53
477,445 477,445 0000000000000000008e8cd5a3b29a2b794e91b7f2bd58fcb0490562239252fd 743 1.00/1.00 vMB 9
477,444 477,444 000000000000000000abeea1eed07f40c7e04fc1c8f94ab03d2b15591918098d 1,924 1.00/1.00 vMB 172
477,443 477,443 000000000000000000ba10c28cdc180a75f51ec98b29b770427d7d7b0d30bcf6 1,320 0.99/1.00 vMB 50
477,442 477,442 00000000000000000015fddfc9cb65a00dfcaedb8e275dfbe935b8bd38472bf5 1,425 0.93/1.00 vMB 133
477,441 477,441 00000000000000000055f7a56da0aee1b56dda93331d208c556a9ec76d85004d 1,209 0.56/1.00 vMB 154
477,440 477,440 000000000000000000cc8ff5219f89bbed732cea440bda8cb263cf6c2d86fb4b 1,511 0.99/1.00 vMB 89
477,439 477,439 0000000000000000007a1bf7ebcea4007a93b57b49d083d58aeb46738212464e 519 1.00/1.00 vMB 24
477,438 477,438 00000000000000000129299568dc77900f733379e6220710cf1bd43a9bb8dc72 1,714 0.99/1.00 vMB 59
477,437 477,437 0000000000000000011c912f0315ef2d5500712b6296df0836d718bf6d44c90a 1,966 1.00/1.00 vMB 173
477,436 477,436 0000000000000000002868fca356049cb57824b31db3190dc69844f1647edb81 536 1.00/1.00 vMB 28
477,435 477,435 0000000000000000009d7557e4655717f40385795834b771e8141c3b5cc28bcb 1,399 0.99/1.00 vMB 66
477,434 477,434 0000000000000000015dd916ce9e8eadb5b9dc2bb68350e4f33263411f89b0b0 1,507 0.83/1.00 vMB 168
477,433 477,433 0000000000000000000b18ce3b615f449f57a9d1d0f07ac459b22b94ba53606a 2,407 1.00/1.00 vMB 36
477,432 477,432 0000000000000000009109fab7c9e43b25cecf8eff043adbd62f95e0f2651b55 1,861 1.00/1.00 vMB 71
477,431 477,431 0000000000000000014eb2828f02ebc019d3d954d7fc84bfbe94597b232eb9dc 2,020 1.00/1.00 vMB 200
477,430 477,430 000000000000000001049330665f81c5172e3670a4780f786ade7bae26439b40 1,612 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.