Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (734,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,888 172,888 000000000000025c0d8b1bc5295c40243c8f8c04b2eb313a658b289aa93d13b4 0.04 MB 67 181
172,887 172,887 000000000000047c7c0a4d675890b19960abfd513162076080dbfdded40c069f 0.00 MB 1 0
172,886 172,886 00000000000007148a69ea1464cdd584d6c79205bbc8bc2cfbdc794093fa733c 0.04 MB 45 396
172,885 172,885 00000000000008dc3c84b25005717b4aaa9252e51e1bf56a958e8817ffaa878b 0.01 MB 15 215
172,884 172,884 00000000000009f2592ac6b1dc422d38e3c94454dfae78964f5856383779baf6 0.03 MB 88 71
172,883 172,883 00000000000007f02bf56bde1bd260afd308eb6d86db0048ae491c3f93a51af4 0.00 MB 1 0
172,882 172,882 00000000000006ba45f41e86326e0600c4894dc0b4d5f5cb98978d551ed215a1 0.01 MB 18 11
172,881 172,881 0000000000000ad35447867d53758d7419c735cb8592741ed2dcd66fc4250425 0.06 MB 36 90
172,880 172,880 0000000000000a7668f2c4b27f3a29046b6f0f113e73770f9f7b16b7bbfefa67 0.04 MB 120 9,666
172,879 172,879 0000000000000410f290afb4185cfb82fcfa8597f66df0f690af4a115b744982 0.00 MB 1 0
172,878 172,878 000000000000062a79522dd6accc91d275e7058870b638eca63fc5f5eb207445 0.02 MB 38 246
172,877 172,877 0000000000000533d386444af81e37c73878219a78aecc9ea57c1e48cebf6d8c 0.03 MB 58 73
172,876 172,876 00000000000004295effdba8315b23b517091151b82e222ea38284712c8abe5c 0.00 MB 1 0
172,875 172,875 0000000000000a3cec6f2144b1319d355918d6338ba4c1769a36161d781d5838 0.02 MB 49 126
172,874 172,874 0000000000000344901f7feb969989801fd638600995c7bd4d3f2e091874c632 0.04 MB 143 87
172,873 172,873 00000000000005040b68b6bff56a5e5db0075849cf0f31e867608981364cc236 0.05 MB 134 147
172,872 172,872 00000000000000de835fb58be086e57851303e3c01939614d7b1a796df9bfac3 0.00 MB 1 0
172,871 172,871 00000000000009d6a9f9b376b7a144c978016fa53e5b273cffb3d92529f81bda 0.04 MB 80 52
172,870 172,870 000000000000075add62cfd46e4f7ef33e9fadf5ebe73874266eaeded801b77f 0.01 MB 22 197
172,869 172,869 00000000000000e3ff0f731c45ca1413e6ac27176c3f334084b137ac91b03acb 0.00 MB 1 0
172,868 172,868 00000000000004c66b50178d1e1f8dcf98958084052e28af24d79258d37216b7 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.37 GB sent, 92.71 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.