Loading Tool

Explorer IconExplorer

Memory Pool

48,097 transactions
28.62 vMB
0.06892516 BTC
Random Selection Loading Transactions
Max Size: 153.42/200 MB

Candidate Block

Mining Attempt 342293ac4916234663b70e11edecf745f202fc1b983feecba23c33444a4deb3a
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 241980580ee0ddb325c2bb6d2dc2d33554d0614e495b07326abc5188afa41e37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,597
Size: 1.00 vMB
Total Fees: 0.01456591 BTC
Feerates: 173.90 > 1.46 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (330,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,732 584,732 00000000000000000015d426d1c491c4b611eb9c7661700d16d762f275b7719d 1,852 1.00/1.00 vMB 12
584,731 584,731 0000000000000000001d9b644c5c7c25d7bd5e09cd8f77da9d6cdba1e4f19256 1,982 1.00/1.00 vMB 9
584,730 584,730 00000000000000000014d21269e21eb4f979d75d023225925a3ec5e14fb480fc 2,240 1.00/1.00 vMB 35
584,729 584,729 000000000000000000097d1898b19a83a75ce7e04eb02904feb0cf8fb5372126 2,072 1.00/1.00 vMB 23
584,728 584,728 00000000000000000014aa834b7d887baddb77246b9b2e094b27eab2e49c0d02 3,040 1.00/1.00 vMB 31
584,727 584,727 00000000000000000016ed4b54ef35a53a5b234858c27468c1e8b8446c438f09 2,785 1.00/1.00 vMB 72
584,726 584,726 00000000000000000007690ab5253f016910817d14bbdb549db3f568f7898c9d 3,014 1.00/1.00 vMB 23
584,725 584,725 0000000000000000001519b6961724961397d56ace8b287f2b8c1bf14f426a54 2,425 1.00/1.00 vMB 9
584,724 584,724 000000000000000000174d5357ffc7a8450679821eb38bc2309e322107c2c7cc 2,572 1.00/1.00 vMB 50
584,723 584,723 00000000000000000014c8a265af227c8450da2c1d52b8240b5e70249095072b 1,891 1.00/1.00 vMB 50
584,722 584,722 0000000000000000001991c51c7bef1e7a5819c5699d19c2878df0bd14224042 2,733 1.00/1.00 vMB 58
584,721 584,721 000000000000000000110c4c536127d96e0291e3b12f61235faed84c4195bdce 2,523 1.00/1.00 vMB 56
584,720 584,720 0000000000000000001bb57fd7af6c717bf60e56a147d092b8ed569f09f3d092 2,547 1.00/1.00 vMB 78
584,719 584,719 000000000000000000170d2ea21c8084ade488145fd46a335e9ed8424f5242ea 2,458 1.00/1.00 vMB 15
584,718 584,718 00000000000000000008489b642745d61e5e8b19d5d13de96eebb898fcf7101b 3,018 1.00/1.00 vMB 40
584,717 584,717 00000000000000000013e0c98a36c2ae92139b173b7b1941b01ed370e01c2c3a 2,706 1.00/1.00 vMB 29
584,716 584,716 0000000000000000001a0da163f9ad547f515727ab94c87ebf77b82de68d5c94 2,223 1.00/1.00 vMB 50
584,715 584,715 000000000000000000129483f53155b84fa165d682596b2f95106a1aa6d5a5e6 2,765 1.00/1.00 vMB 55
584,714 584,714 0000000000000000000397622da65c92a908293c444c33a0e249e9d6d09c9a9c 2,948 1.00/1.00 vMB 58
584,713 584,713 0000000000000000000952a6ab0a411dca9e5d26db01afda8e032ab4015d06b5 2,172 1.00/1.00 vMB 64
584,712 584,712 0000000000000000001a28ca2cbeab4ba0cb947aff39ba2e95c2ef1e4aa1a093 2,894 1.00/1.00 vMB 64
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: 651.83 GB
    • Received: 13.65 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.