Loading Tool

Explorer IconExplorer

Memory Pool

17,136 transactions
7.89 vMB
0.02217228 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.18/200 MB

Candidate Block

Mining Attempt 855abe0e5c4ee9a1de47faaf41cd83a0fdeb67efcb97fef9e08efb20e6eb8e87
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 6c1b53b6a1912e4be22a888acf0af1dbd8612581bb72281beceab717c05880b1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,824
Size: 1.00 vMB
Total Fees: 0.00588638 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (742,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,539 170,539 0000000000000a6b5993bab22217be8d7035a8d40391ced2dbe3f3ea57322678 80 0.03 vMB 14
170,538 170,538 000000000000094f553730f400c115002253d396e35af22ad26e03dbe16825a4 67 0.03 vMB 68
170,537 170,537 000000000000034d11f87615b14c30bcb6b434670293bf424e8e8156e61c4682 117 0.05 vMB 116
170,536 170,536 00000000000004d3be7b1e3e529f1a55cbc9204e6732c05857c85c72fbd039b8 1 0.00 vMB 0
170,535 170,535 000000000000047e8e38b9535a88cfc54cc71915fd2195f807c50329718ec07f 14 0.00 vMB 14
170,534 170,534 00000000000000d9b52e11957f1a95b15131fff99550977173b1d0409d48a321 24 0.03 vMB 323
170,533 170,533 00000000000002c2708064143c95eab0b7f93c9d2a31b99b5b79b5340704b44b 24 0.01 vMB 6
170,532 170,532 0000000000000385a66e24bb293320dd12faee692124719b14903d401d779203 24 0.02 vMB 50
170,531 170,531 000000000000050cb46ad763630338c56d6126803d859489c23312839f2d6713 105 0.04 vMB 23
170,530 170,530 0000000000000295bca5a724090e6fcfa977f49ca74aa73fa255441272594088 11 0.00 vMB 34
170,529 170,529 00000000000006cf6de012e8ce93a199cab3ede25fb6c39c0ae5a325d2b19923 14 0.02 vMB 550
170,528 170,528 00000000000007f77e649a1c56e7d008c0cf576c9c870a49ef2d6611e52890b0 14 0.02 vMB 19
170,527 170,527 0000000000000a4da5fad9081163ef7e2344481efcae597a6d64cb5de0f0e916 1 0.00 vMB 0
170,526 170,526 0000000000000729315b4f02d48e96681085f085797ff4dec04f38dbfbd8d384 10 0.00 vMB 0
170,525 170,525 0000000000000903276dbafbad032be4890f2fa62cf9073766ccb386b72f28fc 41 0.02 vMB 41
170,524 170,524 0000000000000a127e05793abdf5818503b3849c130ca96a17a5bfc945ade4dd 8 0.00 vMB 283
170,523 170,523 00000000000003c31f73bf68bca3c0b625d8da6348318248da7260bb4e5a6a0b 28 0.01 vMB 184
170,522 170,522 00000000000004b2f96b997786458cbf0f7b1e64bd14cc3446d50031544e70cf 108 0.05 vMB 13
170,521 170,521 00000000000003881f3ca94bb9fd3ecc2bcebe532176d464958af3971a9d901c 7 0.00 vMB 316
170,520 170,520 0000000000000299104de873e1f801d8ff9fbc5ce6f489b47c529564a452aa4d 42 0.05 vMB 96
170,519 170,519 0000000000000a40d7e600f2ed2808851aabd7889b76908d530c2bc11bbc6194 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.54 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: 246.07 GB
    • Received: 0.93 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.