Memory Pool Memory Pool Refreshing

601 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,611 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 591 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (840,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,599 68,599 00000000008243b19849997262abfef574fbe00d61ecf59e2218ebb2eebe4134 0.00 MB 3 0
68,598 68,598 000000000076587065c3878a27d9ad6ff45563e0359f95c4184eb63f3caad943 0.00 MB 1 0
68,597 68,597 0000000000a7c8d809746e74fe59b59b09d7e383d1e44ce5cfdd3afe64c9ff27 0.00 MB 1 0
68,596 68,596 0000000000f367066bb5e8158ac003fe734b771294ffbaff56580a24536258fe 0.00 MB 4 0
68,595 68,595 0000000001316935def472c52bc5ac1a0aea7219bff481118f1ff79dfc6b9916 0.00 MB 2 0
68,594 68,594 00000000001069753044d196023d8155278a6883024737f4386edd23c1d6028e 0.00 MB 1 0
68,593 68,593 0000000000200a25587a493655e6f09c4832a5b7781ded0e6086323aa1467624 0.00 MB 1 0
68,592 68,592 0000000000c0fa216baf5f4ed47a654e64ed239866bc5953808d03ca7154d149 0.00 MB 1 0
68,591 68,591 00000000005df8bc67057dea2d915c719c97ae0d22e1828eb6b6f44f4dd49aa9 0.00 MB 4 0
68,590 68,590 000000000080488190984a59b2f458927f585a41e028463c9a8d415c01f47351 0.00 MB 2 0
68,589 68,589 00000000012b8fac40dfd8db2af52cbeab0c688c3bd8135abfa0d2e9e711f253 0.00 MB 1 0
68,588 68,588 0000000000e8abbc6446a3a257592b186b38d51942eeb4b9bd2f4d4f9b44b0c8 0.00 MB 1 0
68,587 68,587 00000000008765a74dfba53c6f6e325d44fdce2c14e7b2236a6988a842f08c61 0.00 MB 2 0
68,586 68,586 00000000008605750e1e3b36d375a8e5264d4dbe0656286ea6ba3f6e45ea51a5 0.00 MB 10 0
68,585 68,585 0000000000f13838b376acb798a4945fc3e64fe46d0ed1ce07c9203be8a7ef8e 0.00 MB 4 0
68,584 68,584 00000000006428d28170cdb8ee556ce3f7c65a568949682b6ff04724b5a915a0 0.00 MB 2 0
68,583 68,583 000000000013ed854b0ef2a8991407470004d8319dce09f4cf60082edad39e99 0.00 MB 1 0
68,582 68,582 00000000011b2eb54089a7b86422bf3887236046ad5bf3eea4febe061597b1e1 0.00 MB 6 0
68,581 68,581 000000000100cfff898a2c4680a4437ff49510eacf60c4d9d64e581b2a3f1630 0.00 MB 1 0
68,580 68,580 0000000000ac877295a168d13a60cdc69bf0253da0e7abac69bf01d1f9d7855f 0.00 MB 6 0
68,579 68,579 00000000011cf5438ba41807e757d959138e541c41a4fa499768d523b8b752e4 0.00 MB 13 975
Previous 10 blocks ↓
Total Size: 770.83 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,849.78 GB sent, 101.10 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.