Loading Tool

Explorer IconExplorer

Memory Pool

73,627 transactions
28.52 vMB
0.07126403 BTC
Random Selection Loading Transactions
Max Size: 168.55/200 MB

Candidate Block

Mining Attempt 4682f4e53fdaad2aad955196e1de0152020c6cf0a8328b5bd9213582e5985dea
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root fa0086f59633ee2273da8851efef78bc9e0d2b555af77a51ae7017db86aad83f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,366
Size: 1.00 vMB
Total Fees: 0.01403294 BTC
Feerates: 100.36 > 1.41 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (509,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,494 405,494 0000000000000000063f839e61ea059b54922db2249db0ac13ad610cf80fb0e1 1,061 0.49/1.00 vMB 50
405,493 405,493 000000000000000001fe7e73d124e904530b1c7277d4ab0b5aa4cc324b299fed 964 1.00/1.00 vMB 22
405,492 405,492 000000000000000006334edb3e128fd0800e64f1d89a52844f31223c764a764e 1,891 1.00/1.00 vMB 49
405,491 405,491 0000000000000000030be5ce872e83a1cba3cce23b8fb929e6364d3cd36ef9b3 142 0.97/1.00 vMB 5
405,490 405,490 000000000000000001ac8eb63122f788ebb759d64016a2bbc1453d50328cc855 993 0.93/1.00 vMB 27
405,489 405,489 000000000000000003354a3dfcaa69164ae2a23c8805d1e5f73580c7407b3587 2,177 1.00/1.00 vMB 55
405,488 405,488 00000000000000000038149e803abd9ed93ef07b807a8a5d15ab15eb321154af 1,333 0.99/1.00 vMB 35
405,487 405,487 000000000000000000ef36235e9495f5d0037e73e0e46e81b5b60eb7804d11a5 1,385 1.00/1.00 vMB 28
405,486 405,486 00000000000000000314387303e08e71a8739847f76b68a3a10022cfb9007a45 1,587 1.00/1.00 vMB 34
405,485 405,485 000000000000000003570a5bdbe8a21c50d0153e7912c8ec27d6ee3f7fa0c65e 2,201 1.00/1.00 vMB 41
405,484 405,484 000000000000000002b8e0bf5470a5666ad9517afacd6470cda6d51af7aac2b5 2,414 1.00/1.00 vMB 48
405,483 405,483 00000000000000000283cb24dc74e8035230958cfcbf31ef0fedca8132da99cd 1,694 1.00/1.00 vMB 70
405,482 405,482 000000000000000005dd0df27fe9c7cbda383228351bc3f10eb344f8b7fafad5 2,310 1.00/1.00 vMB 62
405,481 405,481 0000000000000000027af387ddb9b3b226418401de5caf68328fb4003a331bc5 1,222 0.93/1.00 vMB 27
405,480 405,480 00000000000000000450e8a20ce04a9649292ee6dfd2ec00e1b1882a7cc33c9f 2,001 1.00/1.00 vMB 56
405,479 405,479 0000000000000000018c33f528ba0f010a7d9b7422b8688de92169f961493914 2,617 1.00/1.00 vMB 39
405,478 405,478 0000000000000000044873622989e89c89de69c5a2f3ab3c5884d6cbf88b9593 1,231 1.00/1.00 vMB 77
405,477 405,477 000000000000000004662fbfb6c787542f1866b5ce36a611c9be09aa9bfcaa8a 1,788 1.00/1.00 vMB 41
405,476 405,476 000000000000000004a7231cb2f3adf95c331b59a2d2743326ce1ed98a48ae13 1,910 1.00/1.00 vMB 34
405,475 405,475 000000000000000004fdbe41b5122f1c073268313f1411d12e4d09b3ebcf9411 2,222 1.00/1.00 vMB 49
405,474 405,474 0000000000000000015529b70eb0fee55433e704c5ad18473111e03bea568a3d 2,262 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.34 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.