Loading Tool

Explorer IconExplorer

Memory Pool

77,063 transactions
28.73 vMB
0.07762183 BTC
Random Selection Loading Transactions
Max Size: 173.85/200 MB

Candidate Block

Mining Attempt e3bc6444b728b79c8b63ddb4455ddd5491f61b9f10b16d211f55657d9286c94e
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root 4f6f23b8d0ca86d9ce1d2ff419a320a30e49053e59954c99798c7f0a9ff134e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,964
Size: 1.00 vMB
Total Fees: 0.01789754 BTC
Feerates: 100.17 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (218,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,508 696,508 00000000000000000011a79c8313c417c32dbf4ce5996e1b9dd1f2109ac530f3 58 0.03/1.00 vMB 5
696,507 696,507 00000000000000000010468b2b9bb0acf1ff525f93968f98e35e2a8adf219123 1,017 0.42/1.00 vMB 9
696,506 696,506 0000000000000000000bf6f9e40ca87ae039d018e231887e73f468c8996408ba 756 0.55/1.00 vMB 5
696,505 696,505 0000000000000000000fb9df1e552dd9c15e12ef0dcd0c94a6073aabe3028ff4 1,313 1.00/1.00 vMB 6
696,504 696,504 00000000000000000008b9e2156ccf67b33a82d0acec6403674743d17c3e783f 1,436 0.44/1.00 vMB 12
696,503 696,503 000000000000000000004db7bbed3bcc6fd348332e71ce88a7fb3188f81925a2 1,885 0.74/1.00 vMB 14
696,502 696,502 0000000000000000000942783f4d2ae45b7361fd13914917728131d2ab16aa65 2,425 0.87/1.00 vMB 12
696,501 696,501 000000000000000000050d107c2a64d4450d84e1ae8c472027b7d5f15c0e6676 264 0.10/1.00 vMB 14
696,500 696,500 0000000000000000000653f0c9174d88f8930b8db858ddfdd65b8d40914a3462 1,474 0.54/1.00 vMB 12
696,499 696,499 0000000000000000000401ebf71c7582cab4c0f046a44a15ec348e0685cdb70b 155 0.05/1.00 vMB 16
696,498 696,498 00000000000000000003bc35ebbffc0c7e6b35ebc626fd5b0b4b222caf3faa15 330 0.17/1.00 vMB 6
696,497 696,497 00000000000000000005f8f4f1df951374bb2f2f267c0bbb2256a132294a03df 2,743 1.00/1.00 vMB 11
696,496 696,496 00000000000000000009c72fa0776d78a56aa2ae08ce51c19780497a61e83d19 555 0.45/1.00 vMB 1
696,495 696,495 000000000000000000062ea53d21b74dfbfa2e808b3ee3ea051e1f4beb41e998 2,222 1.00/1.00 vMB 5
696,494 696,494 0000000000000000001190a72bc158cb5d21098d899a402dba9b98ff7c738fb4 2,632 1.00/1.00 vMB 14
696,493 696,493 00000000000000000001604d970ffb7f36d2a3b0141db448490edbaa39c8aa6c 2,438 1.00/1.00 vMB 10
696,492 696,492 0000000000000000000d8701a766036f647b417774dc9416f18150b2ca70e497 1,660 1.00/1.00 vMB 10
696,491 696,491 000000000000000000031f89e2d04a61a0a56274a8036b6a3060c020079bebbf 459 0.15/1.00 vMB 18
696,490 696,490 0000000000000000000ffe2976b3927d53a5455a8486bc571b72d6bd33adcb7f 139 0.05/1.00 vMB 7
696,489 696,489 000000000000000000102b65615b01fe9e440b9a28cfbe6c40dcdd77c42557a0 961 0.32/1.00 vMB 12
696,488 696,488 000000000000000000077e572825fd6ea0bd4dad92069ed85da5872e7027a6ce 2,516 0.97/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.