Loading Tool

Explorer IconExplorer

Memory Pool

80,083 transactions
30.40 vMB
0.09085824 BTC
Random Selection Loading Transactions
Max Size: 185.06/200 MB

Candidate Block

Mining Attempt 38f61f1f50143ba31eb1f01c867afa504eb66aa20fd808e66ff064eb32be3973
Version 20000000
Previous Block 000000000000000000012b00c78ffcff2c2f251c4df31f5491c4d8ec6c927e5b
Merkle Root 18e0ef64d107d9713bf3ad95649ed93925fbcec19b8579fa2c19a7884fc6cc7c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,133
Size: 1.00 vMB
Total Fees: 0.02234084 BTC
Feerates: 342.60 > 2.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,389 (53,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
861,433 861,433 00000000000000000000599998255258b2ac3777a959b7f0549823daf40e1197 7,327 1.00/1.00 vMB 2
861,432 861,432 000000000000000000015b03ff759385a533090960e649435a3a23a5e8d9b3ec 7,292 1.00/1.00 vMB 2
861,431 861,431 000000000000000000002919edb80c67701d7381d88ff5bf10a2f2a89cf8bff1 5,551 1.00/1.00 vMB 3
861,430 861,430 00000000000000000002cf93a7ec823f84a62363011c58826cfbf75d0e6b9fb7 7,826 1.00/1.00 vMB 2
861,429 861,429 00000000000000000000c06a300dc9935c7fd971fe1dc43125f55c31b9dbd061 4,438 1.00/1.00 vMB 4
861,428 861,428 0000000000000000000196e0d83490143c61ef44abd2d5b6a58c89cdb586ad6d 6,702 1.00/1.00 vMB 2
861,427 861,427 0000000000000000000014c92cce482c05b62e96e4e11291dac7ca471d4dc60b 6,903 1.00/1.00 vMB 2
861,426 861,426 00000000000000000002bf30c6d09b32c21ec9d8ef99cf6fe3730f2386344723 5,832 1.00/1.00 vMB 3
861,425 861,425 0000000000000000000073cf909dee14eb7fb81dda872b57edeb61f8affe7d9b 5,738 1.00/1.00 vMB 2
861,424 861,424 00000000000000000001860888c67d9e83b286276b938617ece4e51e57a66ed5 3,383 1.00/1.00 vMB 6
861,423 861,423 0000000000000000000268eb92a0ccbb1bbdbe0d7bdac5cf8cefe87069e0ad50 6,662 1.00/1.00 vMB 3
861,422 861,422 00000000000000000001a79b81c59f73bc6971be1a7c0aad0134b292ea2def10 6,035 1.00/1.00 vMB 3
861,421 861,421 00000000000000000000bde7fcc22db0e73f2f457e3e0264b460e9aef557c73b 5,135 1.00/1.00 vMB 3
861,420 861,420 000000000000000000019c5be93aa82aef1092c10bdb842763802850162933a4 3,703 1.00/1.00 vMB 6
861,419 861,419 0000000000000000000198a709cc38b529fddb0ae3813a0ecd3a70c523edb6bb 3,738 1.00/1.00 vMB 5
861,418 861,418 000000000000000000009e519b22b24cd9951c40bda0a0113cd68cec903c0003 3,681 1.00/1.00 vMB 6
861,417 861,417 000000000000000000024be0906f6e81c5e3a8188e637d5a85bf4bdf8196f184 6,122 1.00/1.00 vMB 3
861,416 861,416 00000000000000000001d52cb7d2a491e99bd8d7817f37015524ec3a584cf9ef 6,250 1.00/1.00 vMB 3
861,415 861,415 00000000000000000001e775270b6a43176ba0c5196a9a2ec219bcbd1dc88853 6,027 1.00/1.00 vMB 3
861,414 861,414 00000000000000000000fbac3ebd30f774b3785fca86142312c93f8a31113788 6,491 1.00/1.00 vMB 3
861,413 861,413 00000000000000000001fe7161aaee0860408d7933959cb2f72ced88190f1586 5,754 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.85 GB
    • Received: 18.28 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.