Memory Pool Memory Pool Refreshing

1,766 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,753 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (521,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
386,161 386,161 000000000000000005c6f99cba37e0edd58bab1448f8256839deffef3c1a71dd 0.00 MB 1 0
386,160 386,160 00000000000000000eaff19c7732a51dca9c8dd99b760937b35b1f5632eca8e2 0.49 MB 997 35
386,159 386,159 0000000000000000066a47aa21fdc2923d5ae70270e4d039b2abbc5042829ffa 0.79 MB 1,831 40
386,158 386,158 000000000000000006d4e9d85bc3df0214445a20e6a63d8b7560d6d6a0a8fb0b 0.30 MB 657 33
386,157 386,157 00000000000000000d3278e91dd309500bdedb141ee2c8a7bf635a514baac452 0.42 MB 382 16
386,156 386,156 00000000000000000108866cd57d873f44152afad89ff3e5a89cb0ffde5c4c4a 1.00 MB 1,680 31
386,155 386,155 000000000000000007bd8c8642dee09a21e4d6e67bb0acbd1fa4820448bce3c3 0.11 MB 156 15
386,154 386,154 000000000000000009fb500cf2c853a64b6ff3a6ebf415c217237c3200f34ee2 0.42 MB 417 40
386,153 386,153 00000000000000000291d0f5b095d907142968cf4dafe9f4c754f7a336e19322 0.00 MB 1 0
386,152 386,152 00000000000000000891fd6b52501676d21995a280e45902288996bae8d17fc5 0.60 MB 462 17
386,151 386,151 00000000000000000936c69fb727394141787c32ce6a16e2a9e6a328b2401fed 0.91 MB 1,116 37
386,150 386,150 00000000000000000690327573db73a3a8a18c8275c22449252075e68112c608 1.00 MB 1,789 31
386,149 386,149 0000000000000000019057be39336fbd3d381d3f083ffb2d0764b4bd0a3dc9cd 0.05 MB 81 20
386,148 386,148 00000000000000000c29a17d5de3ad2f23d50c5d3e4043c66d900ab7317c8b39 0.21 MB 315 21
386,147 386,147 000000000000000003e64ae0fa6a93af0c2f872e34867bec8a94514b8e4924bf 0.14 MB 283 36
386,146 386,146 000000000000000003a29dc51b898e5ccb1b44b7dd3760c153cd95547a35c185 0.24 MB 485 36
386,145 386,145 000000000000000004b6b248d13e141e370bb21cf846e5e8ddaeb00bad554ba1 0.82 MB 1,190 21
386,144 386,144 00000000000000000a834eb859d833a76024e8da907a7301f776fa8ac5fe01ec 0.75 MB 1,959 47
386,143 386,143 00000000000000000e34db965c9d449a1bca7f637eb2a116dcdb1da1fab5149d 0.32 MB 959 48
386,142 386,142 000000000000000002c5b97cc19a0eef1bb11e94bfdd2b620fac71c1d77395f1 0.75 MB 641 8
386,141 386,141 000000000000000006ceffbdd554a6d35e99ef5f2261a8d8fe680f318c0505f1 0.38 MB 477 25
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.63 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.