Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,669 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (808,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,238 100,238 0000000000012658c582a0acb5c5b061ea2148b2741079b78c7756a55299f5f6 0.00 MB 1 0
100,237 100,237 000000000000c07f2c90175facfa8c6bc993e057d204357e8c6bdcf5019feb13 0.00 MB 5 0
100,236 100,236 00000000000282f542b4424dd4b2178ab568b983b468747986345f5d6c26c206 0.00 MB 2 0
100,235 100,235 0000000000002c6d347eb00b6f4839941c9a60b904e568a939cff6c93c273b4a 0.00 MB 1 0
100,234 100,234 000000000003c39e0d48216bf29445c3b2883a129bab753b2615b90066fd4f16 0.00 MB 2 0
100,233 100,233 000000000001e8660f70f7af67c24d13270f96758c809f83ed84a12e5f4e7e85 0.00 MB 1 0
100,232 100,232 000000000002f400c96d6c74bcc8e34fb6fe113e6a004ac0597eb2216dd7a0f5 0.00 MB 1 0
100,231 100,231 000000000001164b561543d1452974bbacc3acdb0ce28864a6a9deb3e8bfc800 0.00 MB 1 0
100,230 100,230 0000000000043a3094b130f7c69e8b2af50051701e4f14b2aa41dd5ffae04b5f 0.00 MB 1 0
100,229 100,229 000000000000f919c4e613ce50725c758d6cb90258f309396ba48ad9cda8dfa9 0.00 MB 2 0
100,228 100,228 0000000000032c1c5f8650c96071ecbf7efac137a4ab4a0c2ddd6733d9c4719f 0.00 MB 3 0
100,227 100,227 0000000000042065c076af60093d4fbba807e3103fc91b62f4f6c9c36a0e2114 0.00 MB 2 0
100,226 100,226 000000000002c90930cda702186ed0a5dbaf6bc638a169b241e56d102f981d69 0.00 MB 8 0
100,225 100,225 000000000000fc774a0569c01a5837699e8ffb1884ad7773e233da3c448d8d70 0.00 MB 5 0
100,224 100,224 0000000000028bb9391c15ab2e21d6bf3b0edf453489ae2b511bf90d48fe27d5 0.00 MB 7 0
100,223 100,223 000000000000bcac2440a6a33b28f6587174de66b6444581308085b846bac0ad 0.00 MB 1 0
100,222 100,222 000000000001e291a28692af261562e8e167f73f3c12d67769c340f941b2ea1f 0.00 MB 4 0
100,221 100,221 000000000000744de853ded0f9318726e5cc73df74bb75e3594031a7060a1356 0.00 MB 1 0
100,220 100,220 000000000000cb5ab60c820b342781973a47e3d32a7a9ec152e073cdf3b4214e 0.00 MB 6 0
100,219 100,219 000000000003d6642d8e2261e9b001cd39ed4f607e1007e7601edf1bfc5f15f9 0.00 MB 1 0
100,218 100,218 00000000000361223013463735b23920168dac1c6b76af0f853c25753d05d6f7 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.