Loading Tool

Explorer IconExplorer

Memory Pool

85,838 transactions
32.00 vMB
0.21237920 BTC
Random Selection Loading Transactions
Max Size: 191.34/200 MB

Candidate Block

Mining Attempt 3c3c02b9245ea672c9f90df5592a6d31df2955422eaac610d5bfb7d77ab8a083
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 063c502d22d3cc838da11aa297e63fb859ff3a81566ad29a623bdb965fe28687
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,913
Size: 1.00 vMB
Total Fees: 0.09576815 BTC
Feerates: 529.10 > 9.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (219,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,192 695,192 0000000000000000000df061116bca9d1fc16aa5fcb278170b3d93bae242d83d 2,689 1.00/1.00 vMB 9
695,191 695,191 00000000000000000006df5d8bc470ed304f2a3a5d2d3c754512fdecf5be1d34 2,690 1.00/1.00 vMB 25
695,190 695,190 0000000000000000000c1ab672ec1d6f33774dced7db112bb3d003862f706b87 2,917 1.00/1.00 vMB 16
695,189 695,189 0000000000000000000ae48b1668b4e0b337bd64dae1ff0d5591bdb0e18e4c54 932 0.44/1.00 vMB 11
695,188 695,188 00000000000000000011c6d55d4168ab199dd7151f4e1440f297d1b7a7db9e5b 404 0.15/1.00 vMB 17
695,187 695,187 000000000000000000005f7a9867cce85b5216dad78a8185c0d3f76249aa0101 621 0.20/1.00 vMB 14
695,186 695,186 000000000000000000003a6424da1b742dd37d22696963d4c493e29e25462b97 294 0.11/1.00 vMB 12
695,185 695,185 000000000000000000064ff7f011ebeb2c764106ad4e84d8c9b7570518e63c06 2,342 1.00/1.00 vMB 3
695,184 695,184 0000000000000000000194914e34b145aab3fd6ac91012dc184c8ae4d1cbb6dc 2,333 1.00/1.00 vMB 10
695,183 695,183 0000000000000000000aacffa9d94781f3f55c613cc064fa131388694aa01d56 2,950 1.00/1.00 vMB 24
695,182 695,182 0000000000000000000a6363c3ba66c5d3b99392cef433c436f0e71bd40125d3 2,490 1.00/1.00 vMB 5
695,181 695,181 000000000000000000006c530be47978adb3ee4a750e564d3f2e148bd3602984 2,805 1.00/1.00 vMB 9
695,180 695,180 000000000000000000071f7145692f86d0b513a5b94f1876104f8dd5a334b3f4 2,838 1.00/1.00 vMB 22
695,179 695,179 000000000000000000131ad21898bd5210272dadddc47f8664e5fc65dd99bf79 218 0.07/1.00 vMB 8
695,178 695,178 000000000000000000092e9493023997e9b89d1c756f5b10ebd37a5026f4e91b 813 0.29/1.00 vMB 11
695,177 695,177 0000000000000000000fdc49c3075de4a38e293a5ca0106ea93ab4438f10624a 26 0.11/1.00 vMB 1
695,176 695,176 00000000000000000010d924b2d7c786f7e8a330d466203b6d3c6fdc1785f8ad 2,948 1.00/1.00 vMB 16
695,175 695,175 0000000000000000001022d0d038adc4345cf39a435c82930e1a186937d69bde 368 0.13/1.00 vMB 16
695,174 695,174 0000000000000000000b77c0f0f04f838c506632fe132f4d41d88ecf0c411b0c 1,460 0.68/1.00 vMB 8
695,173 695,173 000000000000000000013814949e10e318731f03bd451eadc2a7cfe339537a6b 2,820 0.97/1.00 vMB 6
695,172 695,172 00000000000000000006a062790d4e17b447a781c3b95b0c8a3495e3fa19879b 2,813 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.65 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.70 GB
    • Received: 16.31 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.