Memory Pool Memory Pool Refreshing

4,426 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (645,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,495 262,495 0000000000000003e9c676dbec03e97c664ffb5c6d053d7b5ec7daf7e4779646 0.11 MB 252 93
262,494 262,494 0000000000000007bd04f290f7d26c2e4c79b24d1b71db5b5a5c89a46b5d9bd6 0.01 MB 45 110
262,493 262,493 000000000000000f3732aa2f6a35f0b2259d3d88307432829eeccf591bf40fc2 0.05 MB 136 72
262,492 262,492 00000000000000077125f7de1a6e36fa20591345a5fd6a07720a89f6b2a89b54 0.01 MB 20 42
262,491 262,491 00000000000000070c52acad897ecc66989cb079e3ce650d9caa62db1946d811 0.10 MB 227 78
262,490 262,490 000000000000000107d22ea59d001f004cc130cbc21c90e3fcf4ef86a0677d12 0.03 MB 49 93
262,489 262,489 0000000000000004ee97071a7fb7886d32663d4e765ccf49bf8b67c1c9a44b30 0.01 MB 16 56
262,488 262,488 00000000000000155851cd7c7f8b0124b554f427a001934cf2dc8df5539cf9d8 0.06 MB 150 84
262,487 262,487 00000000000000070205d83330d51bdb4fdeab91c78d21af840fa5e1ba9454e1 0.09 MB 197 60
262,486 262,486 000000000000000a90ddd2c58e23499f35b8aa30b06f46a2b4deef5240a12498 0.19 MB 381 82
262,485 262,485 00000000000000114322e4412aa42b462bbf2eac4819af578a442afef1ba7199 0.05 MB 128 84
262,484 262,484 000000000000000bcd5fcd31bf69560aa6ebc9d11cc89195575e1bfa2d028218 0.00 MB 11 102
262,483 262,483 000000000000000c79960f64abfd002fd812082debeabd6d1fea762757eebed3 0.04 MB 92 85
262,482 262,482 0000000000000016848641251debf0fca56af7c083331d8a499cc3fd2b6c023a 0.17 MB 304 76
262,481 262,481 000000000000000014f3454ff7c5f18daf41395c8fc2d15ba25606bf08f897dc 0.08 MB 181 70
262,480 262,480 000000000000000b581869689b791f463ba75ff1f7b74098ab634954c00dd067 0.12 MB 248 85
262,479 262,479 000000000000000f00be09cde224a68ff220c4b6af5ad95de81b4bcd38fbb717 0.10 MB 251 80
262,478 262,478 0000000000000006a24b1093bd07388ea8b7982f8886ab49a3ee198e10a2cded 0.14 MB 273 85
262,477 262,477 000000000000000e6637e2a6ee4cbeef829b2a22c33be7050f00e3965c188b38 0.06 MB 155 94
262,476 262,476 000000000000000e8c1bf800c6d0977b92e662b8d9d1944edf30660fedc0d726 0.19 MB 426 84
262,475 262,475 000000000000000b9d7df9a15248c5b46ad70ed63e84ba72d4d48f7aa9ae025a 0.15 MB 225 60
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.