Loading Tool

Explorer IconExplorer

Memory Pool

76,222 transactions
28.42 vMB
0.06703720 BTC
Random Selection Loading Transactions
Max Size: 172.20/200 MB

Candidate Block

Mining Attempt 15e83312b8009bebbfb88e37d34d0d5fd31b98f6050a903c64bd565e0c4bc944
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 05ecb07442bc50a2501f81d5dd6156e8ad80a4b698bb887a294a23fcc5455b9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,473
Size: 1.00 vMB
Total Fees: 0.00816162 BTC
Feerates: 73.20 > 0.82 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (295,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,246 619,246 00000000000000000007bb82f5901a3a0cc43e8aaf765b854d52daad7caf47d2 3,496 1.00/1.00 vMB 23
619,245 619,245 00000000000000000011bf4ec2d72ffed89935471efdf654201b0d86fc5070e6 2,678 1.00/1.00 vMB 32
619,244 619,244 00000000000000000005be1d1e9d0f5ac8f3dff72c03cd57f8f127cb980e95dd 3,090 1.00/1.00 vMB 27
619,243 619,243 00000000000000000002aa9498c66ed6f1cd110eb944da4e40e1c003db136afb 3,007 1.00/1.00 vMB 32
619,242 619,242 00000000000000000001df231572212d6b4dd3565fadd9004b2fc32d0ad48a46 1,380 1.00/1.00 vMB 14
619,241 619,241 0000000000000000000bffd73fb3456bf9ad67ec82c5c4a9440b7a435a5feb49 2,780 1.00/1.00 vMB 17
619,240 619,240 0000000000000000000148b8f19be330bba4cdc5a1bed21a0a9c3633eb1732db 2,985 1.00/1.00 vMB 23
619,239 619,239 0000000000000000001117a21b9a59430606316de965eb6858675aee1ed1cd87 2,696 1.00/1.00 vMB 21
619,238 619,238 000000000000000000053dcef50216d390e27a14b6518147ab10b63a7e65ecce 2,443 1.00/1.00 vMB 18
619,237 619,237 00000000000000000002440f961ff746541a62f0d7c5b8330645c12a83b20770 3,031 1.00/1.00 vMB 25
619,236 619,236 00000000000000000010bbccab6555d4dc9a02fe871994e9582e73330956c420 2,448 1.00/1.00 vMB 23
619,235 619,235 000000000000000000045c117e57e1e5ab5f44470a859c7d22017318d59a0df6 3,481 1.00/1.00 vMB 33
619,234 619,234 00000000000000000007c95a73fd1782557068037c112e6caa3dbd256c0c8d2a 3,355 1.00/1.00 vMB 30
619,233 619,233 000000000000000000107c4eed138bf8ac6ac0b2e388d1e4dafa52bfba5345bd 3,658 1.00/1.00 vMB 23
619,232 619,232 0000000000000000000ede3dbe7d081b93a6da0ba9c1a358a7454d89d5deffb8 2,941 1.00/1.00 vMB 30
619,231 619,231 000000000000000000093eb9686cc556ebdd215de4dc75873bac57131b164fa6 2,436 1.00/1.00 vMB 43
619,230 619,230 000000000000000000079959cb7c91d39887625657d08ec8b13936c19997e217 2,963 1.00/1.00 vMB 32
619,229 619,229 000000000000000000107fa6c80d79ddbad4ea2b855d772a01f1521b96689782 2,292 1.00/1.00 vMB 22
619,228 619,228 0000000000000000000f1fbfae5103e02710f48b8d894476ca69aac504e79ed1 3,092 1.00/1.00 vMB 22
619,227 619,227 00000000000000000003ac86458590a94cb85177ede4a83f8c0c5d5fa49ee992 3,418 1.00/1.00 vMB 29
619,226 619,226 0000000000000000000d70ae32bf77fe050272a12770a5bc530b2095fadfe68d 3,103 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.37 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.