Memory Pool Memory Pool Refreshing

4,346 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,195 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (62,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,498 845,498 00000000000000000001759e6251fe369061ceafc8358300b4a18f7fdf25a1a8 1.73 MB 3,229 13
845,497 845,497 00000000000000000002237654f7f88250c2916d9163fa32dcfeaeaf8f67d46c 1.67 MB 4,132 10
845,496 845,496 00000000000000000002dcb39c9daf799694b7db5109424a2adc1a52c1dfd595 1.52 MB 2,315 13
845,495 845,495 00000000000000000002c41c77839c9689da2f986ef86017cfa4a546e7b7d0c2 1.90 MB 2,064 12
845,494 845,494 000000000000000000019cbde4153d7970851db4f2bd9a49e3e047d52a49461d 1.79 MB 2,557 13
845,493 845,493 00000000000000000001a61e0287610c9c1a139347587df34b7d1d41d675c10d 1.59 MB 3,751 18
845,492 845,492 000000000000000000032ee8290f36dfcb13cb7ccbd3b1c432700bcdb86fbc90 1.91 MB 1,870 12
845,491 845,491 000000000000000000000186c8ac55930b004506c9c1a35e95b42b3ea34f89f6 1.73 MB 2,959 12
845,490 845,490 00000000000000000000adc344af3c73af8ae90632402abdb23c51014c731a5d 1.55 MB 3,801 18
845,489 845,489 00000000000000000003527ae6c631b9c6f435da4ca461ab473e5cd55c7007e1 1.62 MB 6,366 9
845,488 845,488 0000000000000000000105b064dbdb38f6ff4c052a34ef99167df366dd3c43ec 1.55 MB 4,566 12
845,487 845,487 00000000000000000001314f44d6f960053c382ee56ff2a4cbe92ecae539a0f2 1.52 MB 4,921 12
845,486 845,486 00000000000000000002ff04c2731f88ca5b9baef79b8ce7ace58faeb9b19838 1.62 MB 4,525 11
845,485 845,485 00000000000000000000c8b6307c6921edddcfc7c3d5cf16f2a42f3193894616 1.53 MB 3,045 14
845,484 845,484 00000000000000000000f9d5955aee5c73850dd4ad11dbe56877727724fdf44c 0.00 MB 1 0
845,483 845,483 00000000000000000002968efd67c35f26d2b1c83b643251dc48dca3ac47fb58 2.36 MB 4,434 8
845,482 845,482 000000000000000000029c92bafa40072be33f1fd3c034d403bb44275c591e44 1.57 MB 5,200 11
845,481 845,481 0000000000000000000160cbac1c075697833194ba75c62d0ed1356af209fa96 1.94 MB 3,411 10
845,480 845,480 0000000000000000000192e6f76ac8a50f793b2b8a5f15d802ab8a0749831885 1.45 MB 3,085 15
845,479 845,479 000000000000000000014b6ed922deefdc0b60eb7243104c5f43f4c79eb3139d 1.59 MB 5,693 12
845,478 845,478 000000000000000000022ee825d81116cb50bbe4d4325875f88e9de8fa63a156 1.55 MB 3,958 13
Previous 10 blocks ↓
Total Size: 768.96 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.00 GB sent, 92.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.