Memory Pool Memory Pool Refreshing

2,776 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,761 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (611,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,161 296,161 0000000000000000aa9057f2e6dabc2e061736070ee686d8c150412117e2de49 0.04 MB 64 35
296,160 296,160 00000000000000001ecc1dd8af2820d382416c4807226f29c5b5930dd61bd858 0.65 MB 1,208 34
296,159 296,159 00000000000000000b0ef74ed28850be471aa52f5d46e86fd4e9ee9185662632 0.14 MB 196 26
296,158 296,158 00000000000000002f9bde4c1d764f9847f0facbb606abebf0fede5a3c7a1439 0.34 MB 567 29
296,157 296,157 000000000000000068ea1dfee2b1275c5dcb25a9b2c305f445b935c509690fc3 0.56 MB 238 17
296,156 296,156 00000000000000000314f4f47147ca00257dc525ce3774f8749a9db4c3004399 0.35 MB 810 67
296,155 296,155 0000000000000000591f2351c0a93989b4c07057cc45a00fddf5709981e303a7 0.50 MB 887 41
296,154 296,154 000000000000000046fa8605702c579c9e7538d91a828c851736a477fb1d3d2c 0.35 MB 378 18
296,153 296,153 0000000000000000b11d002d2f1e9da23f49da65e41ccd6b58d7a57bf0edc7de 0.25 MB 841 87
296,152 296,152 00000000000000007e117827a5a0fa18ed2e39a1b069f7068c42b483a125d9a1 0.07 MB 138 31
296,151 296,151 00000000000000000cc736dcbe955f1c6348859953288b09bd10c3fd45c9818f 0.04 MB 64 19
296,150 296,150 00000000000000002d9306864519ed68894a75cb3647a3df0db36b1cce603aa4 0.23 MB 193 19
296,149 296,149 00000000000000008837efb19dee0a8819a2899e6ac971e51baa5c0bfb95206e 0.35 MB 720 43
296,148 296,148 00000000000000005fa68dcf213b84525f02f276e2b1e5ace8f15828643d71da 0.25 MB 512 57
296,147 296,147 00000000000000002608aa7cf1cbb12c8022ecdd87ac9a63a4edfa0932a33aed 0.37 MB 696 39
296,146 296,146 000000000000000015f6838f2025468881e2a6061d1b83f04409fd51e76be92e 0.14 MB 59 9
296,145 296,145 000000000000000065e6118e299dcb9d00943d2247b98b51d2bf9db182f49980 0.14 MB 256 41
296,144 296,144 00000000000000009bb610a16d97bb7f7960a78262dde815e4978045b28414bf 0.20 MB 326 35
296,143 296,143 00000000000000006115f7fb7aa0768855dcf5405575f9c27d61cc664bd07cba 0.09 MB 128 24
296,142 296,142 00000000000000004697aedd3abdd97e1e46dcbeb73e2d98fe5ad5a7a86455cd 0.21 MB 309 25
296,141 296,141 000000000000000043f8a8fc8038daa5c23e30d0fdd3597bd6a6f66f527db16c 0.09 MB 25 7
Previous 10 blocks ↓
Total Size: 769.14 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.04 GB sent, 93.60 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.