Loading Tool

Explorer IconExplorer

Memory Pool

40,916 transactions
26.60 vMB
0.06180107 BTC
Random Selection Loading Transactions
Max Size: 138.84/200 MB

Candidate Block

Mining Attempt aa816b3d9c5d118d2a00e52d5b610d5a065e7efbd288f921e4ce71fe9d5486f2
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root a4ce532e4dc14d526ba1d8c5d34a50c214cb349c9007803c70abe98bfeb5a5a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,411
Size: 1.00 vMB
Total Fees: 0.01258241 BTC
Feerates: 151.03 > 1.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (113,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,716 801,716 00000000000000000001a1ac254f7ab6225661176db46e36a40f4d6810b8e4bf 1,648 1.00/1.00 vMB 11
801,715 801,715 00000000000000000002c8a9849d7ce4a3824bf52e5a11c08c099bb72cb88616 1,823 1.00/1.00 vMB 16
801,714 801,714 00000000000000000001aff55949be8339d68c59e2751ed8553a6ebb76f3ece5 2,195 1.00/1.00 vMB 14
801,713 801,713 00000000000000000000ad7e3cb3c2579007f8d46012dfdde3262662708f6a81 2,210 1.00/1.00 vMB 19
801,712 801,712 00000000000000000002cfa10c23992912b1dfe437d54f594855d1ee019d46ac 1,218 1.00/1.00 vMB 16
801,711 801,711 00000000000000000003d09bc01a7092e50f37cb02e8beb5f3bbb7bd209671c3 1,908 1.00/1.00 vMB 23
801,710 801,710 0000000000000000000129923b5ed187dd20a486b36e69fb20d9642b4d6f87c6 1,050 1.00/1.00 vMB 12
801,709 801,709 000000000000000000040b37931bfdcbe5b96fc61a039280ada4c0b1845a1596 2,999 1.00/1.00 vMB 23
801,708 801,708 0000000000000000000061ee06139ee131666367ce9d018aa3b5d5b2bfb5eb4b 1,544 1.00/1.00 vMB 10
801,707 801,707 00000000000000000003582f5e5df1dd674ccf4161bd8dce59dd21d5a10987e6 2,689 1.00/1.00 vMB 13
801,706 801,706 000000000000000000049cec33112c1c65dad3b28be037fea8c49fd768a7663b 1,919 1.00/1.00 vMB 15
801,705 801,705 00000000000000000002b82bb0294057beca7056774b2b993f4a62137ba61715 2,446 1.00/1.00 vMB 16
801,704 801,704 0000000000000000000556954992dcdc7deed1cff3e094cf29b2bb0261344432 2,423 1.00/1.00 vMB 22
801,703 801,703 00000000000000000001b2f459d314ca4af270152d4e7f3d032f65133774d739 2,878 1.00/1.00 vMB 18
801,702 801,702 00000000000000000004fadb0f4b793c0e88aaa92c4dbe30db82c206a31517fc 1,978 1.00/1.00 vMB 21
801,701 801,701 00000000000000000003a7f75112403eeacbcf23a8bdd4047465a1b7d342f99c 2,708 1.00/1.00 vMB 17
801,700 801,700 000000000000000000039f7d3e499f0e69f158114c2d2874b1b919235a8758d6 2,585 1.00/1.00 vMB 21
801,699 801,699 000000000000000000014430f3ff72c432e06aff6c4f148f73b54585252d0fde 1,441 1.00/1.00 vMB 16
801,698 801,698 0000000000000000000064091352e8cd4328b5ef7d54ff9512fde1d495a38cf2 1,876 1.00/1.00 vMB 20
801,697 801,697 000000000000000000013fde406ce274b1afe8da6651aef365d1691814138f6f 2,378 1.00/1.00 vMB 21
801,696 801,696 00000000000000000001a9af24d505b797dd7e0664f6f77f022db3336c862ffd 2,833 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.28 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: 657.00 GB
    • Received: 14.44 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.