Loading Tool

Explorer IconExplorer

Memory Pool

79,728 transactions
29.51 vMB
0.06395339 BTC
Random Selection Loading Transactions
Max Size: 178.09/200 MB

Candidate Block

Mining Attempt 5692d866df11fb52a3a515e4ad252da7d7baa71936f8206439b14ebb6ba2094f
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 1d02214b193ed6d1e87a0e1595dc13c2847fdc59539bc1e719884ef632baceee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,698
Size: 1.00 vMB
Total Fees: 0.00394502 BTC
Feerates: 60.16 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (283,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,548 631,548 000000000000000000009b9bfcd3a6838708f685bd05c8113da73e1f91025ab5 2,562 1.00/1.00 vMB 111
631,547 631,547 0000000000000000000e3ec9185c7d32ca78b36b7260d03f320dba99a0112326 1,833 1.00/1.00 vMB 33
631,546 631,546 00000000000000000007a09b7e9b2358269cb253a6725614ae614e89832a6bdf 2,191 1.00/1.00 vMB 15
631,545 631,545 00000000000000000006a0751820aad5a467a8ca4c4211466c978cdc00c705f5 2,262 1.00/1.00 vMB 76
631,544 631,544 0000000000000000000d45fbd6798400c5efe03325a17f75a0fd15c8a78a77a7 2,556 1.00/1.00 vMB 174
631,543 631,543 0000000000000000000868d580f79b59651c6fc83a5ad0f40ee53cdebf0ec0b5 1,772 1.00/1.00 vMB 208
631,542 631,542 00000000000000000005ee29c6cee15ce569eeaf86fda2917e1bf5afe2b284f6 209 1.00/1.00 vMB 5
631,541 631,541 000000000000000000043eaf36aded804fb5549567883f8ce145de51d7e1ccda 2,370 1.00/1.00 vMB 18
631,540 631,540 00000000000000000007fd22049f75317e9994cf26d21f7424d33fa0052eeb8d 2,995 1.00/1.00 vMB 145
631,539 631,539 00000000000000000005807ffdd696b47e85acf654ce904a08ae94e1a922d76f 2,078 1.00/1.00 vMB 69
631,538 631,538 000000000000000000109165b0a9555e9cc79a54e1322ddd2adf93dd38447d0d 209 1.00/1.00 vMB 8
631,537 631,537 00000000000000000001d6139d766dfe29fba27d2597acbd5bc491dbd6e245f5 311 1.00/1.00 vMB 8
631,536 631,536 00000000000000000008e2c3a245b641fba269ae3d1302d457383ff693b4f55a 801 1.00/1.00 vMB 28
631,535 631,535 00000000000000000005ace1503743e5cdfd5ed6428ba540164b3b0753138396 2,129 1.00/1.00 vMB 44
631,534 631,534 0000000000000000000f8538d8359d529d6ef5b809f7a0be53494e497ef08551 2,584 1.00/1.00 vMB 119
631,533 631,533 0000000000000000000364f77c8fbe52b55f0ed7684a7e0f555f5bea0cecdcb9 573 1.00/1.00 vMB 15
631,532 631,532 0000000000000000000cbb854382b597e938c49f940f835a2bc83167aa6d6f0e 78 1.00/1.00 vMB 2
631,531 631,531 00000000000000000002b8bae216067785cb7c6f8813eb96ada207ac26036b1a 2,110 1.00/1.00 vMB 59
631,530 631,530 0000000000000000000f636a60458487289dc3f9d0e4b7030d5c989f0a23625a 2,152 1.00/1.00 vMB 73
631,529 631,529 0000000000000000000e64f2f8a06ffeb03cb4a597fdcb11f43ee9bf16decbc3 2,604 1.00/1.00 vMB 13
631,528 631,528 00000000000000000005343bb9e4df5e3d943ba433c2fdd406897421d1d52a2c 2,625 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.35 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: 662.21 GB
    • Received: 14.84 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.