Memory Pool Memory Pool Refreshing

6,401 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (778,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,228 129,228 000000000000007efcf7aa7a3a77ab36b03e3758a1bb71970f1dd01f59958e10 0.00 MB 10 0
129,227 129,227 0000000000000abc8a3a46faa2fb25e8c956938d135c5ec9d3a8461d1d74cdd7 0.00 MB 12 618
129,226 129,226 0000000000000888709287854d079d0557a17aefa183d1e103b3e9b1f30889bd 0.01 MB 14 1,048
129,225 129,225 0000000000001569f4a801fa3d07819cdbcf680c314a079a640f16c57f023174 0.10 MB 263 852
129,224 129,224 0000000000000ed44f9c0cc7c818ebd003c774c07066dfcfc35a05acfe030434 0.00 MB 2 3,861
129,223 129,223 0000000000000de4733241ef2ba2fe4ba872c15eb781c40a7d4a26a2bd1a94bb 0.05 MB 156 2,227
129,222 129,222 00000000000016b395b33b479a342acb9e2eb9fedc3b8dfcd4718222bb964f06 0.01 MB 21 554
129,221 129,221 00000000000006f13d80f61b5636d408beb62df44b820055db9d30ffa1f90701 0.01 MB 26 320
129,220 129,220 0000000000000f8eef4eea7fc4421ac5dc843c5b17238641995d4ed20a2c17cb 0.01 MB 20 640
129,219 129,219 0000000000001823509af56d5bd36b3823e7abe865f9ecdc7de8cf50a1b0ce94 0.02 MB 39 312
129,218 129,218 0000000000000f7d3de104948aa7399cbdecc8f44048ef4fcc15ac8e5150fe19 0.01 MB 34 1,269
129,217 129,217 00000000000016d72f0fb3d8e3037abe3aa0d858b229d5e74efaafbf674d5696 0.06 MB 159 548
129,216 129,216 00000000000017256ae6f26578dcd7b9f6ae2618d9ec040ef1814a9a222da9cb 0.01 MB 26 1,517
129,215 129,215 00000000000018f86f63ea67570facee4eb4fd5575c8af8f372b55324820b0c8 0.00 MB 14 516
129,214 129,214 00000000000001b9485adbb191fd0e58dbbf1a108e06a9532ca580b2ae33bc2e 0.06 MB 167 570
129,213 129,213 000000000000064f0ee92d4eeafcd0b01ade46acb598e376cb496a7f2daaf0d0 0.00 MB 11 1,893
129,212 129,212 0000000000000cc6a75b38c6f8461263a0fd0204c583083edd0adc4671db934e 0.01 MB 21 2,523
129,211 129,211 0000000000001d3a6628efc8611ad10f940aea3f5e525e339f7f359c6bca70c5 0.01 MB 17 274
129,210 129,210 000000000000038de26a3ff651fe2db022d057c87b11851a7ac4988ffc927212 0.01 MB 11 356
129,209 129,209 0000000000001c11d58b226d02b618a83ee932029c704d80f218cf1c96063c78 0.00 MB 10 0
129,208 129,208 000000000000126a24521965ea614bd6c7763a13ee5414fb90d9230fd1fc351b 0.01 MB 16 1,378
Previous 10 blocks ↓
Total Size: 768.97 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,615.69 GB sent, 92.68 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.