Memory Pool Memory Pool Refreshing

1,672 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,667 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (429,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,125 478,125 00000000000000000002e5b3eef8dcd3f39e181966cd30cea005ccec9ff909a5 1.00 MB 1,716 154
478,124 478,124 00000000000000000021810e3b237a26e604a27cbdbbfa7148de1f95fa2981ad 1.00 MB 2,061 102
478,123 478,123 000000000000000000d9c85d57d0e1e99dec50576efbde00aa5c5a815e191b68 1.00 MB 2,061 134
478,122 478,122 000000000000000000a80c4f670343f0b4a56ef9fee1e9089094fe3b97fbbd0d 1.00 MB 2,111 193
478,121 478,121 000000000000000000d917a205033d3ee15edc63123ce3b892d290463f209702 0.69 MB 1,325 76
478,120 478,120 0000000000000000013cd12d7eea8f2f8705b60663ec717af7e29f0bb4ba94b4 0.75 MB 1,261 108
478,119 478,119 000000000000000000beabfcec6e12a498ea7513d541f58f49ccca0a3fb8b8d6 1.00 MB 2,025 176
478,118 478,118 000000000000000001198b71fc18bd240c3acccfcc53958cb3def20f17689464 0.24 MB 566 142
478,117 478,117 000000000000000000b01a14b78071c7f5c4198020d7d83d91e26f88585e8c0f 0.45 MB 888 132
478,116 478,116 000000000000000000c7602d0ea58c58e4f1614a7abd1ef3fb6101d95e084346 0.39 MB 727 72
478,115 478,115 0000000000000000005b2ae99ca996ce0783222c009176678d206154853a37bd 1.00 MB 1,975 148
478,114 478,114 000000000000000000a3189db60d3f3384cf12a82f2f267e3710d13af96d048a 0.51 MB 946 124
478,113 478,113 0000000000000000005b842b0fd87acbc2293a2cc63be9b220f13b904753f1ff 0.70 MB 495 39
478,112 478,112 000000000000000000472aec721e5258369dbceffb2b3e3d8584873ac1258902 0.00 MB 1 0
478,111 478,111 00000000000000000123e7bcf689e0b90a21e097d44b62e6e49f0ea66d8f6710 0.32 MB 502 92
478,110 478,110 000000000000000000cd1edbd6303d673534a883969ac8741dfc62431368a069 1.00 MB 917 42
478,109 478,109 0000000000000000001ae1a5cce20bd9b4eeb204f26393b9da5cc8e2072e209e 1.00 MB 1,020 61
478,108 478,108 0000000000000000013c04f45bd178f75557c63218ca402edc3c9973f1e9d515 1.00 MB 1,386 34
478,107 478,107 00000000000000000095f6355bfa6994edbdbc2afe2f8b02fc3d67b162a2a5db 1.00 MB 1,655 71
478,106 478,106 000000000000000001100b6762725f9129e0af1363cf2ac91efc99cf4389b4b2 0.99 MB 1,737 154
478,105 478,105 00000000000000000051b65a7b0f2c3abcca01b6de27c81ba71e6fa3b4adcc64 1.00 MB 662 34
Previous 10 blocks ↓
Total Size: 769.12 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,630.14 GB sent, 93.49 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.