Loading Tool

Explorer IconExplorer

Memory Pool

80,941 transactions
30.06 vMB
0.07416220 BTC
Random Selection Loading Transactions
Max Size: 181.22/200 MB

Candidate Block

Mining Attempt 0ffecebed50d723d3f7a9cccc6ab0ad418bfac370d61aafabbfc10ecd5bdf6bd
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root e81e7a6e594af3f4e59a3dbd59a6348e24b7abdb58600cc754f4e0ead7abeea2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,367
Size: 1.00 vMB
Total Fees: 0.01247883 BTC
Feerates: 40.21 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (283,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,600 631,600 00000000000000000011f2cf003dc4096b6f1a41a13e29ffd0a348d4f6a256db 313 1.00/1.00 vMB 20
631,599 631,599 0000000000000000000b0ca6f75a1e73044cefcc72970345fbc849c51eede621 716 1.00/1.00 vMB 23
631,598 631,598 00000000000000000007ba0ac139d6376420149f2e2d4a5c10bf83775de43e19 1,687 1.00/1.00 vMB 46
631,597 631,597 0000000000000000000fd61c8f1e26e47c2a10795bf824fb7de674d83cc83fd1 2,374 1.00/1.00 vMB 80
631,596 631,596 0000000000000000000b71c815194bbfb8a9f19c0143498769e2d62c4093bb9d 981 1.00/1.00 vMB 27
631,595 631,595 000000000000000000035784a92425f5f9455fcc969ac2025529361d5fdf5388 2,099 1.00/1.00 vMB 28
631,594 631,594 00000000000000000004e502e715aade413160f78f98d2864ea98c710fcccce3 2,364 1.00/1.00 vMB 52
631,593 631,593 000000000000000000055091d896bba746511d7bb324c3e0489fd783fe0cb5bc 2,562 1.00/1.00 vMB 61
631,592 631,592 0000000000000000000ebfcb7df4b07f4d3add1164bd69b9365cd9d3eaf41d4d 2,078 1.00/1.00 vMB 111
631,591 631,591 00000000000000000003d9e9cca0fb1ed5139a10bee6ea801d1b2fe960131819 3,280 1.00/1.00 vMB 211
631,590 631,590 0000000000000000000c5f5c1e7d972d43dc145c3484ccf7b98a26a69560a71f 843 1.00/1.00 vMB 22
631,589 631,589 0000000000000000000c5f15ca9ee7622ad2f0f5c89cf9d78f00db8a1f83ac51 496 1.00/1.00 vMB 15
631,588 631,588 0000000000000000000f9f2fdc402b66f01b779a7dd078a4d2b16e2a56fef4af 2,639 1.00/1.00 vMB 69
631,587 631,587 0000000000000000000da4e82bb4460db75c770a74332393333c8ca7abe60cb3 2,290 1.00/1.00 vMB 68
631,586 631,586 000000000000000000119dca6163638db8db3f2619767161fae14b02bd619d63 2,390 1.00/1.00 vMB 73
631,585 631,585 000000000000000000027d26656bea3b5150bcc247b3590a91a77c6b3ff1ab61 988 1.00/1.00 vMB 30
631,584 631,584 00000000000000000001bf97ae332c212fd6ec7d572604af7e8928a0e7b09e2a 1,615 1.00/1.00 vMB 79
631,583 631,583 000000000000000000075fcee90a4bdbd74f0edcade2ddc87c984668c762b541 437 1.00/1.00 vMB 12
631,582 631,582 0000000000000000000b0f017ee4770ad38026565532072b292d3c69263a22c9 1,198 1.00/1.00 vMB 9
631,581 631,581 000000000000000000056f9b3ce4a0ce9185ccd532587fd2dce8484fa518c4ca 2,491 1.00/1.00 vMB 18
631,580 631,580 0000000000000000000d7389f25e0c6ef1d04366b2cbfa866cf52d0464b006b6 2,753 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.33 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: 660.46 GB
    • Received: 14.75 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.