Loading Tool

Explorer IconExplorer

Memory Pool

73,203 transactions
27.68 vMB
0.07506940 BTC
Random Selection Loading Transactions
Max Size: 166.84/200 MB

Candidate Block

Mining Attempt d5fa2ccf86e6aeaf67a06b65248ade25afa5a8837fce0bf29fabbbbcf27518ba
Version 20000000
Previous Block 000000000000000000014d168f10895f434521b3d46621a949e81e54d28e4bc6
Merkle Root 6b50330cd30ce966fa48b13653d95fb4b37c29126971f190b46845bf7ae4ad03
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,175
Size: 1.00 vMB
Total Fees: 0.01513704 BTC
Feerates: 150.68 > 1.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,554 (829,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,010 86,010 0000000000213e2c0f995dc0c4b377bd278a270f84debdc263531120753e5505 1 0.00/1.00 vMB 0
86,009 86,009 0000000000283d4bba3de6d9b8ce109df0b75b0d026a3485fce8b5467e4674ba 3 0.00/1.00 vMB 0
86,008 86,008 00000000000595bdbe897ebc439cb2d8d4a879aeebd846f17abefcb7fa8bc7e6 2 0.00/1.00 vMB 0
86,007 86,007 000000000001434b76c25dab749b395a2a4bbf007d9747f065e8caca4ccb3863 1 0.00/1.00 vMB 0
86,006 86,006 000000000023643fa9d7edfc396750888f5f13559511fbc8c63621f661f2c57e 1 0.00/1.00 vMB 0
86,005 86,005 0000000000219a0cde172ec2206b7ea9aa009c9f3c974609097c5293d5a41844 6 0.00/1.00 vMB 0
86,004 86,004 00000000001a1d1199fd3a61cca530c9e06ed334d397dc0c0bdc1319a006b984 1 0.00/1.00 vMB 0
86,003 86,003 00000000001670da185e5d63817905af400c77cb534a1406f4a62196544544cf 1 0.00/1.00 vMB 0
86,002 86,002 000000000005eb5bf0f1ebf13c7ad48700a0e17759cdeb2994ee5406f667be03 2 0.00/1.00 vMB 0
86,001 86,001 00000000001c1196186701c95370644621416e575bede6e0a7dc47525035277d 1 0.00/1.00 vMB 0
86,000 86,000 000000000000ff4e1adb14f07774dad6b34968a5e19d1a2fe1fc9157e7c2b85d 2 0.00/1.00 vMB 0
85,999 85,999 00000000001eb1b37cd8b09b0d1498c455be653d884a11f6d901d39ba905dd32 1 0.00/1.00 vMB 0
85,998 85,998 000000000029ac5112b079057f077d8f3dfc5ac6fe20f0d5a3a470bb879d15a3 4 0.00/1.00 vMB 0
85,997 85,997 0000000000170d4fdbea24dbbe80d2f5d1ef316cb4fd4e61180e70d0c30a8b5b 1 0.00/1.00 vMB 0
85,996 85,996 00000000000ccaeb6f6b60d42b5adf8c54908a88ff1c04651d1ae5b0d97354a0 1 0.00/1.00 vMB 0
85,995 85,995 00000000001740508e3c684cbc1b7c95887314234dbffee00691a130ff42ecf1 1 0.00/1.00 vMB 0
85,994 85,994 00000000001b64c3b00b0a37c8aefacb012df9c57056b66171e009dc0fba3307 2 0.00/1.00 vMB 0
85,993 85,993 00000000002994f5a59c82154bce22448532af950ab260dd4061a3796d444259 2 0.00/1.00 vMB 0
85,992 85,992 000000000006b5ae10a6414247f306b3eb5fe3d42f5ba20d55d119158146073a 3 0.00/1.00 vMB 0
85,991 85,991 0000000000121b03a23ad7f4e331d6cc9e206d0bc3f210f9813683cb9946f657 5 0.00/1.00 vMB 0
85,990 85,990 00000000002a5b77dfd7632d156faadf543c6e81baf08830c8798b65ef009db6 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.35 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: 768.34 GB
    • Received: 19.56 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.