Loading Tool

Explorer IconExplorer

Memory Pool

81,347 transactions
29.87 vMB
0.13396359 BTC
Random Selection Loading Transactions
Max Size: 180.84/200 MB

Candidate Block

Mining Attempt bd27728bf164807451eeaf6dc8599d52a82bd0270d10860af67a95b8890592ba
Version 20000000
Previous Block 000000000000000000005c2fc4d2b95ddb889fb35eace1de4a362d4b7706c2e6
Merkle Root 3e75d929666f2c650e214470d1f1c4bcab7ba28b481b1574a0e0e4b5d2b7bebd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,941
Size: 1.00 vMB
Total Fees: 0.06805321 BTC
Feerates: 213.90 > 6.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,109 (324,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,195 590,195 0000000000000000001a8273ea4ea644d021e2d2ec558643a12d1814f00bda16 2,904 1.00/1.00 vMB 38
590,194 590,194 00000000000000000013db4cd680fd9609e63d76f9db0950dddce80751dcf3f3 1,872 0.58/1.00 vMB 28
590,193 590,193 0000000000000000000c4a9f7fffb44114446f9b3ef4941ce22822eef3791564 1,297 0.55/1.00 vMB 30
590,192 590,192 0000000000000000001b51a372579041a920ace19ec71d271109fd1c9e809509 1,259 0.46/1.00 vMB 32
590,191 590,191 0000000000000000000b1e8f749b015e60943c620cc0570909af2231848c9a40 1,143 0.66/1.00 vMB 34
590,190 590,190 000000000000000000042eb29b64c7174d2d16464295e3c880f71efb81432198 376 0.12/1.00 vMB 37
590,189 590,189 00000000000000000013cd6fe5f7a63124571505c57f4a05880a328cb2e55bac 2,103 0.70/1.00 vMB 22
590,188 590,188 0000000000000000000283f569b09ab69179b27505413c12c56dc363b792dc36 2,574 1.00/1.00 vMB 24
590,187 590,187 0000000000000000000f9c3b3c0f02b566d934301e09cb1b9785bd50c8242d88 2,780 1.00/1.00 vMB 42
590,186 590,186 00000000000000000006ca8535fdcf9240545c0774a52aca63bce468fd78cb26 2,890 1.00/1.00 vMB 55
590,185 590,185 000000000000000000068c1bd55de29192c1eeb81f3acce050666ae9729dbd83 1,579 0.50/1.00 vMB 18
590,184 590,184 00000000000000000010599b2d770a66015c22bfb25ab303374d60c3347a9898 2,431 1.00/1.00 vMB 4
590,183 590,183 0000000000000000001490b89029944f8e4f2c3278954b5f561deb1397914de5 3,151 1.00/1.00 vMB 58
590,182 590,182 0000000000000000000e84d4c83811175af981990598503e3c172fad9ee6978e 2,609 1.00/1.00 vMB 43
590,181 590,181 0000000000000000000f1f8585a103e6f7c9c9efed0bc58903ce25263b060fa9 2,887 1.00/1.00 vMB 56
590,180 590,180 000000000000000000166c8299acd2d45ac8f1ed4ea3cd0559b39eb932921511 2,034 0.80/1.00 vMB 5
590,179 590,179 00000000000000000011ce5480ff455e26fce1f84f74a0c6308d294a6aa98434 3,239 1.00/1.00 vMB 59
590,178 590,178 0000000000000000000246074b1d6413c08c85cb0c1a15c4d412c7861512c563 2,139 0.78/1.00 vMB 32
590,177 590,177 0000000000000000000494fa6354cb85a60373c588e930486a0f8e1d208df80d 2,507 0.82/1.00 vMB 31
590,176 590,176 0000000000000000000131354e70ffa183b7e0851abb3a67e5dcb663f9eacaa2 2,132 1.00/1.00 vMB 15
590,175 590,175 0000000000000000001b29b304fc9af00e0bc61ff16e9e356e0d7ead703482f7 3,270 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.58 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: 671.33 GB
    • Received: 15.91 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.