Memory Pool Memory Pool Refreshing

8,251 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,849 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (752,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,456 155,456 000000000000053e3118cb8f76632825cf65fd00867f39986212af15fd621770 0.05 MB 54 41
155,455 155,455 0000000000000b39c0d1c440c75030dfaf5fb2c8ea4c53bb8c7a141ff12550ce 0.00 MB 6 42
155,454 155,454 0000000000000237a75b2b7f2c9c59656ab73c2cdfb7627940d3733625a3ed40 0.02 MB 71 21
155,453 155,453 0000000000000c78c3bbfeef3a9e1615b8ae807cc39318d163bd4a82dfc90c42 0.03 MB 38 86
155,452 155,452 0000000000000731fec5c08ad967252a5974c5a0d10aa3d8db6929c599e606ff 0.02 MB 48 70
155,451 155,451 00000000000006583956f4b5051f3045ec8f80b81216923f1af2efdb613be9c9 0.01 MB 7 212
155,450 155,450 0000000000000c32b34f0e4221abbc6b89e80e9b456c931107cf2cad3ba1b188 0.00 MB 4 128
155,449 155,449 00000000000003b0bc9d37f77289df4800d8fdfee95586954e3f70a21728b02d 0.00 MB 5 0
155,448 155,448 0000000000000011332b34750dbce95661b21bbae4c3d76c0446584b75994ff2 0.01 MB 17 1,162
155,447 155,447 000000000000049f724bb0e760302f15c6ca52ca5fa5eae0de57732ea6ea6d64 0.00 MB 10 57
155,446 155,446 0000000000000bfc945c57db94738ebc6d6fd831ffa34e5e3cf0d9816399c293 0.00 MB 3 97
155,445 155,445 000000000000040be70c287c78ff486b988485b13edc2fa16e704fd8656a194b 0.01 MB 20 25
155,444 155,444 00000000000008b8fb39a619849f64425b3b55129ffadc1eec885bb58f74c942 0.02 MB 49 66
155,443 155,443 000000000000001c830088ebec42bdd2a22e8559083ecdd8d45d7d5143a37863 0.01 MB 24 58
155,442 155,442 0000000000000e8091a1f092cbed5654f97cb79a8ccdca6e15c97bba31e1d4d4 0.01 MB 16 28
155,441 155,441 000000000000038899e8274d57952efe21b489b123aac6c86d12ace8906cc711 0.01 MB 27 175
155,440 155,440 00000000000004d7526727eb5d1ae185a53c3d37a2d143f1114d4eb5dc17edf4 0.01 MB 33 47
155,439 155,439 000000000000050c591c8963e7257f0f551754d60dedb65fff0fa6361fb27f45 0.04 MB 158 99
155,438 155,438 0000000000000d75da86654b314d104ac8f8254667ffd025b32c39dc8414ae3f 0.01 MB 18 43
155,437 155,437 0000000000000dd09bf2df4c3443a5d9dcd1086ad70e9ff7ec6ce9301074d6e1 0.01 MB 27 264
155,436 155,436 00000000000002640b83fe03ab6761f65b48464c88cf6bf4de1cfc257314ae74 0.04 MB 150 9
Previous 10 blocks ↓
Total Size: 769.29 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,635.62 GB sent, 94.36 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.