Memory Pool Memory Pool Refreshing

10,347 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,358 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (594,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,452 313,452 00000000000000000a1552a1d401d0299177cd32e0d9ebe107a1bdfd3e2c9dcf 0.50 MB 737 24
313,451 313,451 000000000000000021c34495436c70aeed0551eeec0c129c920975aa89b8e94c 0.02 MB 29 24
313,450 313,450 000000000000000004897cea747f57940f42fe60f69edd22dd974093763e6d54 0.04 MB 71 22
313,449 313,449 00000000000000002dc6bc02fbfaa506f6c8e8f80dcf97b2e9961ba28d7ca6da 0.11 MB 159 19
313,448 313,448 0000000000000000301809a5fa3120497dc3190293c02a4ef2078c3ad5b3dc93 0.17 MB 390 30
313,447 313,447 00000000000000002b0690fb7f8e2305306d44a8e8d0ac6456554dd05efcdf48 0.01 MB 31 17
313,446 313,446 0000000000000000208adb69d53b77662d385f189333846978f6f9464b8690e9 0.44 MB 804 28
313,445 313,445 000000000000000006b6531e2b457bb8a8f6f2de0c3a03642ca6eecba8a1a9ef 0.08 MB 168 27
313,444 313,444 00000000000000001b0fce7f0978d8f4fc76099448fea0ecb811f8fb599fe7b0 0.22 MB 243 21
313,443 313,443 00000000000000000a54349e482ba3367a62fe4fd700ed0e4c56f6df7390a323 0.05 MB 128 34
313,442 313,442 00000000000000001f495a35f7932b8393eee325bf59c0daa7d7b09a1a00a183 0.00 MB 11 23
313,441 313,441 0000000000000000231fdaa74aa2086b4d1a1bba3531043b8bda978d2897aa88 0.08 MB 137 23
313,440 313,440 00000000000000002e1617221ba41c98b9f642b8e6b6d412d764ecb33807758f 0.29 MB 530 27
313,439 313,439 00000000000000002502fc381c0b1bb1b7daca2914c0f977648a4bfa0c4820d3 0.25 MB 453 28
313,438 313,438 000000000000000004ff4e36280824a20764c43620523be54e52cc6fb6050a5d 0.12 MB 102 26
313,437 313,437 000000000000000017e0679dabcedb866027c4e342db01a66422227b1858212b 0.04 MB 87 20
313,436 313,436 0000000000000000249a00c3d346b64d439d2561c23a75f9e348ae9cf1882b56 0.06 MB 117 27
313,435 313,435 000000000000000031a8bdac04975f25369ec91f567428f75aa7193f115f8eda 0.37 MB 513 27
313,434 313,434 000000000000000012b5acff629f70e19a614d49cee5d137aa0e1ee8ed0299f7 0.10 MB 82 21
313,433 313,433 0000000000000000034186471c4ef465a69e5874a9bbbdb6cf62f47102b63e43 0.07 MB 103 25
313,432 313,432 000000000000000026409b34df5d54f4affbe1f5269cb5ec3499da61ba07ae19 0.04 MB 68 22
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.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.