Loading Tool

Explorer IconExplorer

Memory Pool

48,338 transactions
28.41 vMB
0.08349181 BTC
Random Selection Loading Transactions
Max Size: 150.05/200 MB

Candidate Block

Mining Attempt 16ce289b569912bbd71dedcd6ab2101c9600a0afe5fd1fb15f1797e5e32d4fb2
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root 351b7ba9e94629c68221bb269741724da600d9060ea4a03d2647b043a88b0cc7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,147
Size: 1.00 vMB
Total Fees: 0.02703332 BTC
Feerates: 100.66 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (336,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,561 578,561 0000000000000000001f80d6410ee22c217bfcaf1aac631b0eef56c57e1189f2 2,750 1.00/1.00 vMB 186
578,560 578,560 0000000000000000001132f28fee5b67c78fad2692e2008201fd39807dd7ef47 2,940 1.00/1.00 vMB 176
578,559 578,559 0000000000000000000a32e9006ddb02c1664c7b5215ddc0f112b76769723ac3 2,792 1.00/1.00 vMB 222
578,558 578,558 000000000000000000113badb028aa655aa43f86be86ea65c3dc08ce84e9d421 2,913 1.00/1.00 vMB 128
578,557 578,557 0000000000000000001ca249313994de0c86c1520d74c80e228b16edbece1267 2,796 1.00/1.00 vMB 189
578,556 578,556 000000000000000000260a323d561d463e67ae2da04a002dd0355158550cd34f 2,988 1.00/1.00 vMB 139
578,555 578,555 0000000000000000000a0febd3a28c8f1da7141e5d553b1f353115226cdde4e1 2,802 1.00/1.00 vMB 142
578,554 578,554 0000000000000000000fc8b85809a62cafc9d92fc7233410a543d09c4b0d203c 3,216 1.00/1.00 vMB 153
578,553 578,553 0000000000000000001fb618bdccfc74c1b1727c8f0e906f18ee493dfc9ec9fa 2,435 1.00/1.00 vMB 154
578,552 578,552 0000000000000000000a33eae00a8a1ea3152abbae8321dc5b75e476095a29b9 2,688 1.00/1.00 vMB 165
578,551 578,551 00000000000000000024224b88c36afc9ef6b43f9a9eea963d5eca50ea04db34 3,095 1.00/1.00 vMB 175
578,550 578,550 0000000000000000001d5f6f6e49e2e77378232d676cd5aa598a4098a87198d2 2,704 1.00/1.00 vMB 176
578,549 578,549 000000000000000000290401cdc947a2f126d75949056d0130ad44dd5cbfa630 3,098 1.00/1.00 vMB 191
578,548 578,548 000000000000000000178a4700713161b7be0fab3594f4d0bd6e36798b77f262 2,735 1.00/1.00 vMB 201
578,547 578,547 0000000000000000001b94634f9f6fec00a70eb5d5bc925ff9eb93431dd6a241 2,333 1.00/1.00 vMB 180
578,546 578,546 000000000000000000126ea6c7d9fad8a6090f27a7b722736c3307f5cc206fee 2,433 1.00/1.00 vMB 151
578,545 578,545 0000000000000000002141952c17365bdb2fcd7ae57b8182b3cbe2afc1cad7ac 2,997 1.00/1.00 vMB 187
578,544 578,544 0000000000000000000d0c502f759dacfe5333b74bd547de0e1df99c37d28edb 2,081 1.00/1.00 vMB 163
578,543 578,543 0000000000000000001802761f94f21fdbde067a933380ff5e7cd85b143b09fa 2,686 1.00/1.00 vMB 169
578,542 578,542 0000000000000000000d4fbd9f1b1e66cbc56f79f3cc481f5701b5dca5b1e14d 1,150 1.00/1.00 vMB 171
578,541 578,541 00000000000000000012e8992bafa4fe0f05638753c76561ff4592607c4863ef 2,351 1.00/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 782.29 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: 657.05 GB
    • Received: 14.46 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.