Loading Tool

Explorer IconExplorer

Memory Pool

53,086 transactions
31.46 vMB
0.18167985 BTC
Random Selection Loading Transactions
Max Size: 169.07/200 MB

Candidate Block

Mining Attempt d4a6ff13fd4ad849b5a49aa962529df70ed20831b84dd89c93ffa6b8d043917d
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 76c0a9b0a5ecd8a173fe6db54a867cf0d0d2f29633141cb8eeed3071819c1e1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,222
Size: 1.00 vMB
Total Fees: 0.09639130 BTC
Feerates: 477.45 > 9.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (241,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,592 673,592 00000000000000000008f79d4d9664710c72fcbe1ec22713f6e030a8a32af97b 2,063 1.00/1.00 vMB 31
673,591 673,591 00000000000000000008371ed8178b8eb86201aad7cc58d4bedc126a7ea60a91 1,913 1.00/1.00 vMB 54
673,590 673,590 00000000000000000005e796631dc4911e9796ef2f936115440b5793b95f6c13 3,104 1.00/1.00 vMB 107
673,589 673,589 000000000000000000076f37fe7cb0e471ac3ac555f427d27cb43f1e87dcb4c8 1,429 1.00/1.00 vMB 99
673,588 673,588 0000000000000000000817735e7542398befc9521f2150110fbc25493aaf5ced 1,444 1.00/1.00 vMB 17
673,587 673,587 000000000000000000051f5c28b2c2731311accb7ee52b6e081436a6bb4100eb 952 1.00/1.00 vMB 19
673,586 673,586 000000000000000000075dfe5e42d32674659632cd34f812373f5c7cd7fd64ec 2,379 1.00/1.00 vMB 68
673,585 673,585 0000000000000000000bccebdf7410a8d797d45c6fb3bc9fff82874eb82ee7ad 1,659 1.00/1.00 vMB 38
673,584 673,584 0000000000000000000453ca06cb6f8ea7079de2589c0a92626a3808f0c9372f 2,515 1.00/1.00 vMB 46
673,583 673,583 00000000000000000002f38c944a160c9227d73d3cec2b73c81bb25ef824a5ea 2,499 1.00/1.00 vMB 39
673,582 673,582 00000000000000000005185280ff83cfd33e710453d4093011eece342587c6fa 2,694 1.00/1.00 vMB 34
673,581 673,581 0000000000000000000320c9d4fa9a923a21e25b4799c50f253c5ef3a264faab 2,881 1.00/1.00 vMB 85
673,580 673,580 00000000000000000002b7ecabd3ae175dc71589bc555d20e6e8282becdd8181 2,930 1.00/1.00 vMB 41
673,579 673,579 00000000000000000006af5e09cca1cf220498b2d5c81f645b6edabd55d37d8d 2,306 1.00/1.00 vMB 71
673,578 673,578 00000000000000000008e78a81d1e8d5b277e6275a7de4e9cf34e9f44552246e 2,565 1.00/1.00 vMB 97
673,577 673,577 000000000000000000049fe5312a0caeb927bf9e5f2dcec1a15dd50bbdfd1722 1,294 1.00/1.00 vMB 106
673,576 673,576 00000000000000000002a9b38c5f405107ea86034b77248745d7d0a1f83e029c 2,313 1.00/1.00 vMB 34
673,575 673,575 0000000000000000000b156d683f83ba45cdae7e437c3e17569e88d62750bb36 2,054 1.00/1.00 vMB 56
673,574 673,574 0000000000000000000b4a304d321ad5e7d495fe6865c0bd4d0d565cfefb2591 2,598 1.00/1.00 vMB 45
673,573 673,573 000000000000000000025a08a162b9c92896e56507ea62d926697c585ecccbf4 2,586 1.00/1.00 vMB 61
673,572 673,572 0000000000000000000a8c62d99b16b6ea489ab7558ea1ad893621e27a021d5b 2,550 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.