Memory Pool Memory Pool Refreshing

4,097 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (751,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,461 156,461 0000000000000e9acde92b60f6bff6eddd5becc31b1474f565284a77e496d707 0.06 MB 20 93
156,460 156,460 00000000000007a5b0df4eae67b3d6985c4a825fd84e28e44fbbe2ba6d2abc58 0.01 MB 26 112
156,459 156,459 0000000000000e44f86e806c16f01e12026919d22e6f8373a9b0521361aa6bad 0.01 MB 20 45
156,458 156,458 0000000000000919f239e2956dcee72ec152685000c9e2a1eac49482523b0e4b 0.01 MB 32 72
156,457 156,457 0000000000000cfc16acdeff6ebde4f2a7aef40f6e4045c7299e8c576675ebbf 0.03 MB 88 214
156,456 156,456 00000000000006c36f18ce735e8ffd6fc605a9b548ef6b350c6166d584eeba50 0.01 MB 23 211
156,455 156,455 00000000000008428e82ba9cddcc227841151896d618a8a0526a9da95b3242af 0.00 MB 4 0
156,454 156,454 0000000000000cffb7208d49e2cf73ee1d03d29597640991026840a903025e93 0.01 MB 20 427
156,453 156,453 00000000000006859def9c002ee901bfc101690ab4486f4c01007ef808efb50e 0.01 MB 25 99
156,452 156,452 0000000000000ee992c5a9faebd15e0f78c30273d45b8e58174dacf4130c2603 0.00 MB 7 58
156,451 156,451 000000000000013f18973969c1a51357c6a47a27623df045266a0778ab6c7b82 0.01 MB 14 25
156,450 156,450 00000000000005fe31af72b60b336bb065b6cc9d7f8dd0fbcd5e256868aecf0b 0.01 MB 38 131
156,449 156,449 0000000000000871b9ec9c7220d984ffa50a76ce2b3a486f159aebbbcaf6f037 0.01 MB 21 19
156,448 156,448 0000000000000005b13492c23ce7ba02d21d9d19a63c6ecf8b58cb867a9f0940 0.00 MB 4 52
156,447 156,447 00000000000000cfb56a8fe08678eb3a694aeeffd9b928d21066699aa9e9a37a 0.01 MB 35 125
156,446 156,446 00000000000000240701dba6e7927dd57a1c598ff9738259527f315a9089aa94 0.05 MB 138 66
156,445 156,445 0000000000000c544239b373b6632882de3fb432fa1e1509f45c37b48277a291 0.00 MB 8 121
156,444 156,444 000000000000023483e423e587361eeb5ca6b8e5cb87071a6927c734a616cfd3 0.00 MB 16 66
156,443 156,443 0000000000000f0eee4c93125fafbe5d712bdb5f7a0d993daf7917fab14e2673 0.03 MB 61 60
156,442 156,442 0000000000000495fabf9d66cf3aa7dfffc5d558a7a3712461a7f9377aeda4b8 0.00 MB 7 73
156,441 156,441 0000000000000b61b06d71252c56757791e6c7c04f42c47274051db15aff7f22 0.02 MB 39 319
Previous 10 blocks ↓
Total Size: 769.05 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,627.61 GB sent, 93.14 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.