Memory Pool Memory Pool Refreshing

6,854 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,713 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,005 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (71,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
835,863 835,863 0000000000000000000185dc724f917c517b925f0022afb9fb043b06c840d649 1.65 MB 2,031 14
835,862 835,862 00000000000000000000231dcf91bdf6982acfd73fd8a7ae18c14c21787fb869 1.67 MB 3,139 22
835,861 835,861 000000000000000000031aa6cf3cd279b4118dd80b32e22a6fa29c22f5ab76f0 1.59 MB 3,462 34
835,860 835,860 000000000000000000024b4e89d47f842542b42e503d3219d9a226fa458b2db9 1.62 MB 2,772 34
835,859 835,859 00000000000000000001e355a2ab295124055b20693271bfc66693ebe696c416 1.95 MB 489 11
835,858 835,858 0000000000000000000144c96e2fb34aea2b5f79d8fb0bdccf289def0e3f7e14 2.39 MB 429 11
835,857 835,857 0000000000000000000158f36fe3138477a9b5999fc1cf9d27703b865ebac761 1.98 MB 2,085 15
835,856 835,856 0000000000000000000113a30461c61af794c007611973bbaaee6b822bcd095b 1.73 MB 1,861 13
835,855 835,855 00000000000000000001be8450758f0736d12ca79ad34d12c83361030825a568 1.74 MB 3,415 26
835,854 835,854 000000000000000000003265c3c9cfad64c71d86f3670130a994581c6817af5c 2.08 MB 1,557 15
835,853 835,853 00000000000000000002e34a68996dbbd73e58eff4a46a72db34a921aad4dca1 1.73 MB 3,787 24
835,852 835,852 00000000000000000001c6e716347c8a471a5a861c65ec830888dc4e946cfb47 1.79 MB 3,125 17
835,851 835,851 00000000000000000002ee7a6887ced9f83de4f53e82f0f31dbf0dea3a614ad0 1.52 MB 4,274 26
835,850 835,850 0000000000000000000182f12bd6fd7540f41052f35fe0f2c72ef0a74702e3bb 1.63 MB 3,809 29
835,849 835,849 0000000000000000000222b76833a7516db3753402906f01b193b07c1960578f 1.51 MB 3,196 39
835,848 835,848 00000000000000000000524a67e6ababbdfb5fe5ac1d46f8bb101bee4d669374 2.26 MB 1,670 16
835,847 835,847 00000000000000000000d0ccce2e7b5281847470075abe11dc212fd01be49e26 1.62 MB 2,883 20
835,846 835,846 000000000000000000011f5c2d699918e7708936e5e59481806ded4fe43553c4 1.65 MB 3,156 30
835,845 835,845 00000000000000000002d3eff9363bca80ba67d8aabf80bc8c7c1a39df7016f4 1.68 MB 1,793 16
835,844 835,844 0000000000000000000314bd6f3ffc1281b0258b20444a9627b22ddaebe90112 1.66 MB 2,625 22
835,843 835,843 000000000000000000000d5a1ac4ae20ad08e5cf2fed0d479f41b02f3dce3b5d 1.63 MB 3,153 30
Previous 10 blocks ↓
Total Size: 769.01 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,617.18 GB sent, 92.86 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.