Memory Pool Memory Pool Refreshing

5,212 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,085 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (785,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,248 122,248 0000000000003f7959df9aafdf735b3e11fc39565dfd537f9224b24013d3a433 0.00 MB 12 0
122,247 122,247 0000000000003bfa47a830437529f742d331d58f002061ea48df05dfde80e080 0.00 MB 9 0
122,246 122,246 0000000000001e44b3c5e82f2c5297a59ec1e67a27e976c37d4a7f07afe80002 0.00 MB 12 579
122,245 122,245 00000000000076c38ac1dae4a2c178f5f3783e2729276a6ec3c2491c67ffd984 0.01 MB 23 0
122,244 122,244 0000000000003420b166afb65fcad64f2d8fb84c805ba8a68d624c906ff82df7 0.00 MB 13 0
122,243 122,243 00000000000077c7b51185a4052cad81cf39d33f328735585b8722bdd6559521 0.00 MB 14 571
122,242 122,242 0000000000007caae0c5606b849c9508e3f1dc14ca90e5439f2b59b997dba582 0.01 MB 12 353
122,241 122,241 0000000000003f09b282cc8de706fc0423c8ebbc38d2ced5de5361b49118f6fc 0.01 MB 30 2,048
122,240 122,240 000000000000590f8866742917b5c77759304cc8f310cbc6c24f8167fd144ca3 0.00 MB 10 293
122,239 122,239 00000000000041d19b027a9ff30af72ff7245967ecceb777289975848b293e25 0.00 MB 12 645
122,238 122,238 0000000000000f1a1bdacfa630aa493290c211d65d460054b97466f7415c3bc3 0.00 MB 12 0
122,237 122,237 00000000000091861bd7d2d9442d11d28e7e28a74d6afc1a0009a849574d2f11 0.00 MB 6 308
122,236 122,236 0000000000001beb2a0bd06ecddc8364ef8ce5c367b50bcd0b809f9769066253 0.01 MB 22 626
122,235 122,235 0000000000006eb349f8e9de0b2529e8d032b4bfed4c335c7f590509c1735f2f 0.02 MB 30 125
122,234 122,234 000000000000475d26fbb52e5045ad66dd8da8385cbf5537b8989b7ba5631ca9 0.00 MB 10 317
122,233 122,233 0000000000006931bc5e0186c4725dd3e12eecd5badf1cc895c070a4bbc53484 0.01 MB 15 649
122,232 122,232 00000000000025e3683b0b9ca618e15ffacae0f832dfbe88ec844ad90543d5e0 0.00 MB 12 0
122,231 122,231 00000000000037025fc1adc8a7fb6367385d8c23eacbbe9a8c207216647c9e56 0.00 MB 9 0
122,230 122,230 00000000000067e7cb23eefa32fa278546c34be56abf717df58357c035fbd799 0.01 MB 24 131
122,229 122,229 00000000000052f01c07cd72e57ba0aaa97d6e398954815021c3ed0adaab0073 0.00 MB 3 4,158
122,228 122,228 0000000000005fa0835aacc4f2a85141dae0e9327077a27f0bd214e8073d3ccf 0.00 MB 11 0
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,642.55 GB sent, 94.40 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.