Memory Pool Memory Pool Refreshing

3,737 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,822 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,821 (687,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,361 220,361 00000000000002d9a076db9a1a67931585a300927cb08c382c1eab1eaf9ddc9a 0.25 MB 775 250
220,360 220,360 00000000000003b0e9df81fe959cbfcdb0b5ac4be9f8fc4007ac21d05ec3ecb0 0.48 MB 703 37
220,359 220,359 00000000000000f604935a475995c10d9e82807738588e6fd9d75a0fe0cabce3 0.25 MB 521 163
220,358 220,358 00000000000002113faf691c8806c9411a24d05cd1331b28edc92533814a009e 0.25 MB 645 207
220,357 220,357 000000000000027e36b3969527f52774223a9ff4dc155f1e1f5475de12d1eb01 0.28 MB 767 231
220,356 220,356 000000000000013fd939fa97f595c15b80c9f642612f700f72c2fb5cd6095c38 0.00 MB 8 11
220,355 220,355 00000000000001e142da92e1cd5720a0051916c9c95190748873963a9f1235e0 0.00 MB 1 0
220,354 220,354 00000000000000a6fa94e59835bd288d03d83e2bea1e1b125f6df9ee382090bd 0.00 MB 1 0
220,353 220,353 00000000000000620752f4b5ea95ca8b30f1e46bd6b6ce028fc2b02daded9838 0.05 MB 110 123
220,352 220,352 00000000000000b9394e8061a568df145562225c9c4f8abb9b3727edf7274f8d 0.25 MB 565 178
220,351 220,351 00000000000002011e4b30197bc737912a09be81812470d36e9dd6dabac555bc 0.04 MB 63 34
220,350 220,350 0000000000000036a74ca89d7320f3d598306e80b173e1d23f3c0ed5a29f7915 0.25 MB 484 185
220,349 220,349 00000000000002706ffb817247aed96b83aa21148ea3f027d538331b49a64bfc 0.25 MB 604 183
220,348 220,348 00000000000002a2e8ee7183280ce72dbddb74fdae33bc8cb327f4a5020c983e 0.25 MB 479 146
220,347 220,347 00000000000000b5e5aac770f617893f4877cab589e534d5bcd4c8546f6ebb4b 0.06 MB 157 50
220,346 220,346 0000000000000054d19ad5b8f004dd9b80bcda45c9f607c6dbfc80936887b77d 0.25 MB 923 349
220,345 220,345 000000000000025cb0fdb2c642616f0b4920eb1d4ed99a214c1991c87ae388e0 0.03 MB 62 34
220,344 220,344 00000000000003b5fb7eb3c51a8713649b03aa3cf68d13f10049f240c26683ea 0.25 MB 793 183
220,343 220,343 0000000000000500c582141606fd17b39e3c8607a94ea2c7c187e51ba34df2ad 0.00 MB 13 0
220,342 220,342 0000000000000441f882c2f200ac0235c51dcc761cde2e70f9418093a0e22775 0.26 MB 635 179
220,341 220,341 0000000000000445d72bc1e216f38893819699cf1f0df54272bf22ba9cb7a452 0.00 MB 10 59
Previous 10 blocks ↓
Total Size: 769.20 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,634.13 GB sent, 93.96 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.