Loading Tool

Explorer IconExplorer

Memory Pool

33,210 transactions
28.02 vMB
0.06097979 BTC
Random Selection Loading Transactions
Max Size: 138.72/200 MB

Candidate Block

Mining Attempt 8545dd7f9601a92b1eadc1c97b0c71b835085ab4e598f97f9604d3c84eeb647d
Version 20000000
Previous Block 000000000000000000004e4a0cd99092da9a80120adf6e0206d92201d13ffe85
Merkle Root 9ae4ce0639005b2c1a22a11e1270f8b1d4ed7118692047a275bf991362685c10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,270
Size: 1.00 vMB
Total Fees: 0.00722333 BTC
Feerates: 33.23 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,521 (296,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,800 617,800 00000000000000000004c96638e3278fee7f14698ff8f4bc218772edd8f05b29 3,066 1.00/1.00 vMB 28
617,799 617,799 000000000000000000003f9cc3ed1209b8d2031c22e2140417dfe4ad8f88b3a9 1,472 1.00/1.00 vMB 12
617,798 617,798 0000000000000000000ead099f38bfac2adadb2ad03c05acf13148b98d2701e9 2,672 1.00/1.00 vMB 23
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
Previous 10 blocks ↓
Total Size: 781.54 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: 615.11 GB
    • Received: 11.16 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.