Loading Tool

Explorer IconExplorer

Memory Pool

50,562 transactions
30.29 vMB
0.12441401 BTC
Random Selection Loading Transactions
Max Size: 161.57/200 MB

Candidate Block

Mining Attempt e09854387a80538cc01d6cd4301bde06b0a5eaabc3fd2f3a7e59df04245db5a1
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root b5c20e7eaf8b8ba56f66ab6e006b47a07d6e54df2f8dd2168ecb46e8a672b9a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,307
Size: 1.00 vMB
Total Fees: 0.04924918 BTC
Feerates: 179.69 > 4.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (911,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,606 3,606 00000000785228f0d067057b286955caed37d7b57085adc9199f2412213c3b99 1 0.00/1.00 vMB 0
3,605 3,605 000000008d708e0a2b7e7694904ba14bbd1eb534c507742e4d5b32d9d2729eac 1 0.00/1.00 vMB 0
3,604 3,604 00000000183e1c9ac836aad5a5ee4013709ad415b6639ad1eff3f7db71dc0d66 1 0.00/1.00 vMB 0
3,603 3,603 00000000b5542facdffbc50fa60a7061610740257707991ef2f0e0402545e36f 1 0.00/1.00 vMB 0
3,602 3,602 000000000d300ed08e606437670d6cbf648ca74ae215e3171a2bfb62314648a9 1 0.00/1.00 vMB 0
3,601 3,601 00000000caf8f5eac6579a9b86bb669ed9daffb99fbaa1786b104e150b825aa0 1 0.00/1.00 vMB 0
3,600 3,600 00000000bfa35a68d94bf878a712c538484d8bc272c6ddd70de4e636d55f45de 1 0.00/1.00 vMB 0
3,599 3,599 00000000273d39bd3e2243ab87a273d42dc0d4ecd9edf53f700c743886b81433 1 0.00/1.00 vMB 0
3,598 3,598 000000003f2e025c8937895a4a7e5a06ded02521177b8f73eec1bc698be2951d 1 0.00/1.00 vMB 0
3,597 3,597 00000000be340f46e12a790b274fde7ecab2b8586baec86219b209d827a4f5e4 1 0.00/1.00 vMB 0
3,596 3,596 00000000bc10a25818aeab20a63d0250da3e30b6a6bac9606c0061d3cfcc8bc8 1 0.00/1.00 vMB 0
3,595 3,595 000000002d65894ac42111196a3cc544594144192ee3bef5faf291fcdb05f0fe 1 0.00/1.00 vMB 0
3,594 3,594 0000000079b87a8133a42c754a248faceca856cd9e9195f3891a1df367574da8 1 0.00/1.00 vMB 0
3,593 3,593 00000000634d63176c4714a66615d472f4eea9f72a4eb4a7240ac7c8b6963023 1 0.00/1.00 vMB 0
3,592 3,592 000000003a7124e4ac16cc89e6c7c564c04cdccabb7576ad0768dca42c47a4f1 1 0.00/1.00 vMB 0
3,591 3,591 000000005ecfec8fd3d220c04242d06baa6e27219ca44b2713c264292d613eea 1 0.00/1.00 vMB 0
3,590 3,590 0000000050c539e0380620c5819d05e7b5bb3afbb8bb430181efc34684cfb004 1 0.00/1.00 vMB 0
3,589 3,589 00000000704bdf6ea544c50d1892d5a2870e687f51dd15b90d436567bbed8b39 1 0.00/1.00 vMB 0
3,588 3,588 000000003809f142947d5bf4351f58c8249ababbf13b52c615784d2b44d3644e 1 0.00/1.00 vMB 0
3,587 3,587 000000007f24c102400049eed364b7c209a11f67b2768dd9f390415704b477b5 1 0.00/1.00 vMB 0
3,586 3,586 000000004cb8e9df43d64e0d52a82e7d1933d696912cb45bf2b75965ff3b5092 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 652.03 GB
    • Received: 13.69 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.