Memory Pool Memory Pool Refreshing

7,300 transactions
2.27 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,681 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (783,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,864 124,864 000000000000596e4e7c3fae107d3c2b87239a9b95c7f52bb622313caa86a51e 0.01 MB 9 120
124,863 124,863 0000000000003d5fefa416f4837f72244cb472f1dc5246f22a1cde0a7f585e2b 0.00 MB 9 0
124,862 124,862 0000000000001b4287906f20f8a9d1b249e5839bf219f1e308db6f8ce5d83854 0.00 MB 4 0
124,861 124,861 0000000000003ba5b0cbc2f5ba34a63449d514cb586ed4f1fad445be7df493fe 0.01 MB 27 236
124,860 124,860 000000000000471fda04908da006564c5526dacb357a9f20121bd97d68674271 0.00 MB 11 33
124,859 124,859 0000000000000a491afdec62ee76e098716008d19ab140ae4ec46d9d1998e1b4 0.01 MB 44 2,759
124,858 124,858 00000000000060659ca34c6e39644e7caff1ceccf783803a8f23829de1e194b6 0.00 MB 5 713
124,857 124,857 00000000000064fa027bea92ebb3ad677d325fa94ab6b494d51122face3022ed 0.00 MB 7 346
124,856 124,856 000000000000339dc7088e075c7a9e06ce72b3664fa2a27909821b4e7127e2df 0.01 MB 18 787
124,855 124,855 0000000000005c12e4ca98072c155ea3b4fc37269cbbfd5ad51ec0df449b57d0 0.00 MB 6 0
124,854 124,854 000000000000466e720c6f388a0c1be38cbefa15ed7e216b2e0da950ec2b5c5a 0.00 MB 12 440
124,853 124,853 000000000000075f50e163450ac52cb4e51f83a722f49c99ad948934d6533c93 0.01 MB 15 900
124,852 124,852 0000000000000eb14eddba938fcac21e77f25671682fd579b011f1d79d5b4e5f 0.01 MB 35 336
124,851 124,851 00000000000010c7c700b4f0525f53b83db2a2502207f23cb0c7e1be21b6c67f 0.01 MB 27 290
124,850 124,850 0000000000005564eff7d2f38d31887c43e1a1c2f191779db288c516918def36 0.00 MB 6 1,173
124,849 124,849 0000000000005482687f4383512a1178021a7f4b63c2239be259f6ce18c9f038 0.01 MB 51 2,641
124,848 124,848 00000000000057ef82e4478050525a12cf74262b59a88a576348c37d1c28adfa 0.01 MB 24 1,108
124,847 124,847 0000000000002a011898e1b34094814d1f4f6cf1d25f023dd86e0c6f359738c2 0.00 MB 10 1,051
124,846 124,846 00000000000025577fc7629326cb4db2a7354b6ea6bb4e7c937d2d5c039a22f0 0.01 MB 17 231
124,845 124,845 0000000000004ba80ddfd3091fc78fddbd66286ba4580bd3af3c730dd5b84a2a 0.00 MB 6 0
124,844 124,844 0000000000003789e18ef056aa9d55b7526e1f66cc9c7fa6752e27bf8dc67d63 0.00 MB 2 170
Previous 10 blocks ↓
Total Size: 769.29 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,635.61 GB sent, 94.36 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.