Memory Pool Memory Pool Refreshing

3,748 transactions
24.35 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,419 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (810,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,169 98,169 000000000002805a068aa1f9e88ccc07e9e696c25dce7c01ea97c80637d64290 0.00 MB 3 0
98,168 98,168 0000000000006279397ccf5efb4bd851d42331c40d7dc330911a74a15c1b8c18 0.00 MB 3 0
98,167 98,167 000000000004463b0899610158a5a4bef79b7ed595343926299d07399b2a5b64 0.00 MB 3 0
98,166 98,166 0000000000052920a5fbef2bdd2cadc5f7ea2eebee1f7754bd492e3d903e7e6a 0.00 MB 1 0
98,165 98,165 000000000004d9ae4cd71b09b7aa025ab523ed97a3dc62c103f6bd795f2d9442 0.00 MB 1 0
98,164 98,164 0000000000030a19789b96e9a034fe3cc0fa12bf41107e199462602a5b8d1bb8 0.00 MB 1 0
98,163 98,163 00000000000475c454a08cc0acb5eb3d40f94d7d536920f1293d113bdd7944da 0.00 MB 3 0
98,162 98,162 000000000000ee6be24c4708b788f2e8af7e4d7dba6fe66a0879dc2902972162 0.00 MB 3 0
98,161 98,161 000000000004d45ebf36ea48888693b8697cdfb925878f38a8ff055071664b6f 0.00 MB 2 0
98,160 98,160 0000000000025045bd618b421b559eed51f884fbf0ea1901c7499050810ea3d1 0.00 MB 2 0
98,159 98,159 0000000000030579363e7c610b49b12d8282ae92cbd61a2099cd8fb4f7cdd31d 0.00 MB 2 0
98,158 98,158 0000000000041bdbbc7c3a5cc75843424226f5da455fa713a7809c6e6b71a7a0 0.00 MB 1 0
98,157 98,157 0000000000014a23f91da65db31cdcbfceca10394f2e694e851ffa04b68167a5 0.00 MB 2 0
98,156 98,156 000000000003c059763743a85b3a09c40c5c79f5be8e0d5c2c4f69cafa5e93ad 0.00 MB 2 0
98,155 98,155 0000000000024f9e3135397d87ddc21da1fdcac799166fce76a20891898d8118 0.00 MB 1 0
98,154 98,154 000000000003d3597a989fa598dc25542a702e1bff30bf8b7d183647f1b4096d 0.00 MB 3 0
98,153 98,153 000000000003601b2dfa56e9679cf4d3987f7676172d31e511b45688238ee243 0.00 MB 6 462
98,152 98,152 00000000000042a5db82d71a41624fe1f6e094c5f53c15438d1f77373e96673b 0.00 MB 1 0
98,151 98,151 0000000000042749af8d32e342ba119fb31ba88b751102c7548134732a841402 0.00 MB 1 0
98,150 98,150 0000000000026dac8b529610f2adb4960ba8760b906131732013903eb39bbf29 0.00 MB 8 0
98,149 98,149 0000000000011b2f3f7282c9e1cc4ad498b310e1b62bf8aa153b188654db744c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.24 GB sent, 98.61 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.