Memory Pool Memory Pool Refreshing

6,623 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,890 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (800,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,285 107,285 000000000001980d151e637144a2592573ad70c1ad3925057b538e8471a06a5c 0.00 MB 3 0
107,284 107,284 000000000001954e4496116b360e0ae358ddac4bc58c48b1e18fae5f592f4eaf 0.00 MB 2 0
107,283 107,283 00000000000042396b03d2123bd13118ee26cd559213cd6ff4bf15270f5cced2 0.00 MB 2 0
107,282 107,282 00000000000226da2228e4150d2e6c45dcd4fa10159b996481d4d73b68afef52 0.00 MB 10 382
107,281 107,281 0000000000008e563ec096776766eba261713049ad8ccabc7fb67cc2e5e6394c 0.00 MB 11 0
107,280 107,280 0000000000012dee8bc69deececb54b368ce7d4f95e4c1eab409ba646fe0ee92 0.05 MB 8 963
107,279 107,279 000000000002791faa68f7589e7ce5059b69c2832ac59375085d22ddfef28bbe 0.01 MB 3 942
107,278 107,278 00000000000173e69521466b2b1a951b6b1a098dbfea4dd11ea15115350f20a1 0.00 MB 8 0
107,277 107,277 000000000001ca3923e229d52da485d6e142c033086120fc401689377e8c6956 0.00 MB 12 0
107,276 107,276 000000000001126a33cd9b6caa755a8c9d28574dbbe648af563f6fe36102e980 0.00 MB 11 0
107,275 107,275 000000000000227fa28072be33d8c1a48f5a49703704127bd3c47bdfb63c6b6f 0.01 MB 23 0
107,274 107,274 000000000000053e7b4560061f25ec3d2aebce19b095fcdf243bf810f5157ae1 0.00 MB 10 0
107,273 107,273 000000000002331b7eff8e55a0442fa37545ce541a3b28ec84e10b8f8902b4c1 0.00 MB 13 0
107,272 107,272 000000000000317ee23a34d1063f10f64f7b432b3f9a48d25ed15b20d5548ef6 0.00 MB 7 0
107,271 107,271 0000000000014d49daa8d8a0cfbd2cc09ba2a556e783401fbbc6bbfa47b10d45 0.00 MB 12 0
107,270 107,270 000000000000f93b19e09549ab8409dfb9b500328d53dac5c8dc7c4b257b3cac 0.00 MB 7 0
107,269 107,269 000000000000517c773931c79cdac299fddcadbd6e22557989fe24f45cffa948 0.00 MB 12 0
107,268 107,268 00000000000210f4feea1859d26d2b5b08a885840dd7295dba0ced06fa468465 0.00 MB 3 1,033
107,267 107,267 000000000000bd8d4f24d440d38df85f31515890666562d4e7fecbd6a2362e34 0.00 MB 5 0
107,266 107,266 0000000000006fb02027ab277247d2f345d4b752a239855660873f513999c2f9 0.00 MB 4 0
107,265 107,265 00000000000197685fba620d631094b72ed2e69615b24ea94dafa30625af6714 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.59 GB sent, 96.46 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.