Loading Tool

Explorer IconExplorer

Memory Pool

26,741 transactions
27.37 vMB
0.07065554 BTC
Random Selection Loading Transactions
Max Size: 130.97/200 MB

Candidate Block

Mining Attempt 8e9be419f9200ec7d3486f7e0c1fa08ebda89e533898a565e333d9ecb953f631
Version 20000000
Previous Block 000000000000000000016ebf7cfb5b49d52a5da9adfbdfb60a56c93537ca3094
Merkle Root 1748a312c80fe225f149dd90c65926678b0c13241df85cae5d486981fff7cc2b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,804
Size: 1.00 vMB
Total Fees: 0.01885163 BTC
Feerates: 102.52 > 1.89 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,479 (296,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,797 617,797 0000000000000000000ecb65be5bad6bc6e637b4c45e75f63c7726c27348e696 1,957 1.00/1.00 vMB 15
617,796 617,796 0000000000000000000b9d36b1a7668defa8b153f16d07b9a9ffdfbea54fc808 2,344 1.00/1.00 vMB 19
617,795 617,795 0000000000000000000d446d2d42603633658aa44d203bbad0a323ba2615d288 2,094 1.00/1.00 vMB 17
617,794 617,794 0000000000000000000e71121febfaa83fb9f81cc8aec65e6f1bc0cf40c115be 2,667 1.00/1.00 vMB 15
617,793 617,793 0000000000000000000f9df2338690024ec209b9290068634bfd4fa176f6f071 3,281 1.00/1.00 vMB 20
617,792 617,792 000000000000000000090b47834d55acad49c313d7ea6e77184b17d2857ede98 2,946 1.00/1.00 vMB 21
617,791 617,791 0000000000000000000d5c0bfa55176e16738b20a72de1a55359c601ea3b6348 3,174 1.00/1.00 vMB 19
617,790 617,790 0000000000000000000b4b69943bd48526121f4770722676f9a768f82592e6a5 2,376 1.00/1.00 vMB 32
617,789 617,789 0000000000000000000082cef47211d6020ee551fa03dffa7f7197566354230f 1,945 1.00/1.00 vMB 23
617,788 617,788 0000000000000000000dfc3f1cb6b66db338c88e98d70db26b6102423ca0a71c 2,113 1.00/1.00 vMB 21
617,787 617,787 00000000000000000009fc01c0a37395cff227d779831e56a9e6d32f476f75b3 2,067 1.00/1.00 vMB 32
617,786 617,786 00000000000000000002c9adc6ac53cc5172778f87d20a55f1159de466a18c6b 2,244 1.00/1.00 vMB 52
617,785 617,785 000000000000000000021b0e08b57425558fe7c4039af4558d12cc59deab89e7 2,725 1.00/1.00 vMB 13
617,784 617,784 0000000000000000000c15e89daf814b80f111dbd49fdca37e94903f4eafa497 3,309 1.00/1.00 vMB 32
617,783 617,783 00000000000000000006b664ea18a19f0778eecd3f956271ab9b28f65f5f818d 3,201 1.00/1.00 vMB 32
617,782 617,782 0000000000000000001018f592c876ffcba288b1b842d3a4ab7a678906d41d38 3,027 1.00/1.00 vMB 27
617,781 617,781 00000000000000000003a667889b455baef74daf1eaded4d034ca3af43915c0c 1,737 1.00/1.00 vMB 18
617,780 617,780 00000000000000000003e9dd5975b4173b64742f783e6d89297b46188a4587c1 2,755 1.00/1.00 vMB 24
617,779 617,779 0000000000000000000c673e5604bcce96156fc7849c2f0c50ef6e6be45f1014 1,624 1.00/1.00 vMB 22
617,778 617,778 000000000000000000079566f0d80b2dbd2ca3b373641f5d5397307381599714 894 1.00/1.00 vMB 58
617,777 617,777 00000000000000000008abbabb67a2de841f7605e0f461aaee9e8c96a227d8a6 1,876 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.00 GB
    • Received: 10.78 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.