Loading Tool

Explorer IconExplorer

Memory Pool

53,646 transactions
31.45 vMB
0.10604323 BTC
Random Selection Loading Transactions
Max Size: 169.61/200 MB

Candidate Block

Mining Attempt 1d3b60862267956a534bc879516f45c98881de0e9ab7ce0f5c566bf1739514d4
Version 20000000
Previous Block 00000000000000000000b5c797f30f3f01ba588d1023c3962ed65aa0aaae2067
Merkle Root 7255b3b3d568a5f4da9e1f81900fb048c98af5eabd97a3ee043c3278a1261d2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,133
Size: 1.00 vMB
Total Fees: 0.02426652 BTC
Feerates: 18.19 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,826 (325,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,755 589,755 00000000000000000018c32d87e7139253c25a1870eaf1d2e701c40c4251e155 610 0.27/1.00 vMB 21
589,754 589,754 000000000000000000148dd07e6af93505118f42a5f158f17f01257f5cd506bf 1,689 0.59/1.00 vMB 22
589,753 589,753 000000000000000000166f6a038cbb5ecd8b935acb2263c5527b5f6b8724ee38 2,334 1.00/1.00 vMB 23
589,752 589,752 00000000000000000010c4ef5efb9f67f1fe95cba0db63df7dce2d18b90c540e 1,532 0.59/1.00 vMB 23
589,751 589,751 000000000000000000019606d5616cc1658b022ad12acdce3da3b17087f82d87 2,673 0.90/1.00 vMB 13
589,750 589,750 0000000000000000000308c9f5fd1d595ad964e04c982b5d6cbe80f0f6882445 2,392 1.00/1.00 vMB 18
589,749 589,749 00000000000000000000bc4fc788e2808fa41025cd8ecac1ff6eeed5ca5047b0 2,977 1.00/1.00 vMB 37
589,748 589,748 0000000000000000000da61d204ddc83f577ce5af32e9008ce7d098183932ce1 2,227 1.00/1.00 vMB 15
589,747 589,747 0000000000000000000af700d89419a401eae1d58c67fe244ba6015b3c46a118 2,547 1.00/1.00 vMB 15
589,746 589,746 00000000000000000015f83752311f732577d960ac4c8dbe27040303611043e6 2,356 1.00/1.00 vMB 29
589,745 589,745 000000000000000000192c0282d23aecb2b67da3fb44d65b674e9859c871d9ff 3,135 1.00/1.00 vMB 40
589,744 589,744 0000000000000000000b361cba4bd83606dfbc1953412b46a86b78a4b674caa1 89 0.03/1.00 vMB 10
589,743 589,743 0000000000000000001ba7324a0388f42ab39bd617309296c87a0f3f34a805f8 1,104 0.34/1.00 vMB 29
589,742 589,742 0000000000000000000b60b47b500ed6d2f1806fd1f85a9817def7ed2c4af750 1,838 0.64/1.00 vMB 22
589,741 589,741 0000000000000000000f5300fc5476b33241e3fa7cc25946d275be7159960753 2,754 1.00/1.00 vMB 19
589,740 589,740 00000000000000000011a2dd82e5242338185f4b51e6aec7a5a6d8612f75e7f8 2,805 1.00/1.00 vMB 43
589,739 589,739 0000000000000000000148bac2bfcfc99ec2e734b8e33e890a0dee550052bf57 1,042 0.38/1.00 vMB 29
589,738 589,738 00000000000000000004eabb4f865990a76283349ead69c86edd43f360609a25 1,986 0.96/1.00 vMB 19
589,737 589,737 00000000000000000000ab39fba96f014d4fbb56e7059aead9510c05d016455e 3,045 0.98/1.00 vMB 32
589,736 589,736 000000000000000000015e22e4ff7141a664d817d712a87e6fc556d36ae9716b 138 0.04/1.00 vMB 29
589,735 589,735 00000000000000000010046710826a98270ba75b5e1f09433f4708a176cc5aaa 509 0.18/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.08 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.43 GB
    • Received: 13.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.