Loading Tool

Explorer IconExplorer

Memory Pool

47,129 transactions
29.92 vMB
0.07240984 BTC
Random Selection Loading Transactions
Max Size: 159.72/200 MB

Candidate Block

Mining Attempt 221e1f5818b757c7cdc72a20da881aa3bbe370d3a9ced046940342ca3242931f
Version 20000000
Previous Block 000000000000000000019d8e946b6f738991a727e74c8a12670bf631d52c5e8d
Merkle Root f7c17de8c8a485d7db8bd63ab3c13299ebc4d8ab8bfad330ab8dc9422b4a9b43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.01439631 BTC
Feerates: 100.24 > 1.44 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,854 (83,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,697 831,697 0000000000000000000351918c5c927509fc1eeb92116da153cf877b067fb7b7 2,847 1.00/1.00 vMB 20
831,696 831,696 0000000000000000000315f399f2397808b232a7af36e3d37a3f3b438bbaf5c9 3,227 1.00/1.00 vMB 12
831,695 831,695 000000000000000000007000917ec54a6c891a18c4841fcd74638e3caae03369 3,101 1.00/1.00 vMB 22
831,694 831,694 00000000000000000001f6668a439a4a6fa2d9283704f42180367dfdd4d0800f 2,820 1.00/1.00 vMB 16
831,693 831,693 00000000000000000002ecdf47f7000647a8443f44d4d5153b2be05ba5a50281 3,755 1.00/1.00 vMB 24
831,692 831,692 000000000000000000022cf7535dd1e518101ef37377563e5f4e0c061df5965f 2,951 1.00/1.00 vMB 30
831,691 831,691 00000000000000000002ba17261e32440358bf92c2057a5c5979e68d7a2986e5 614 1.00/1.00 vMB 12
831,690 831,690 00000000000000000000f74364c73822b05efb49880ff96c5bc9fc811e4e9a5f 3,604 1.00/1.00 vMB 14
831,689 831,689 0000000000000000000262277244081cc9fe08620ed9a72895daa658ca276291 3,257 1.00/1.00 vMB 24
831,688 831,688 000000000000000000024b7726fa11addcbb52e6dd7216e8b3440df2f0bf47e1 3,431 1.00/1.00 vMB 14
831,687 831,687 00000000000000000002c339cee9d5b068421b7dc6a2ea8085c1211060c7881d 3,523 1.00/1.00 vMB 16
831,686 831,686 0000000000000000000005d1ca38ecb07c45d6e7d7ca76c716238e2e8a559979 3,088 1.00/1.00 vMB 28
831,685 831,685 000000000000000000025f7f6dfd14d89f9d553bb810fa4d6345bf6a1ee716fa 3,185 1.00/1.00 vMB 19
831,684 831,684 00000000000000000001cd7077108973fb3222fa1448ccf2a47f0c3723c7d5c3 3,389 1.00/1.00 vMB 17
831,683 831,683 000000000000000000025f84ba4e6d805a58dc27e8221b0f4a3c80b136bf1b44 3,746 1.00/1.00 vMB 26
831,682 831,682 000000000000000000030af64d6cf2359e6d2eeab8eedb681002a575d6246e7a 2,495 1.00/1.00 vMB 18
831,681 831,681 000000000000000000027164c1e8171acc91e70aea62cbbf1437321be987611c 3,207 1.00/1.00 vMB 24
831,680 831,680 00000000000000000001c8908e82566d8255bc795c0b3431bcfc5e9cba21ac41 3,685 1.00/1.00 vMB 33
831,679 831,679 00000000000000000002dd580386e0d50475b34673a0382d1a2e22cd72fc9c0c 3,910 1.00/1.00 vMB 16
831,678 831,678 000000000000000000012bda3740945b051acabefc275cb61df496fdd702b7c1 3,197 1.00/1.00 vMB 25
831,677 831,677 0000000000000000000345e15958b691f5079b84a6d5a3f959a8d84ee7989659 1,030 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.13 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: 652.43 GB
    • Received: 13.77 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.