Memory Pool Memory Pool Refreshing

4,188 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,851 (166,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
740,899 740,899 0000000000000000000223c11a0d704da521a22427ffebf616bb3bd61f85dd4f 1.53 MB 3,146 27
740,898 740,898 0000000000000000000663a6ca32b4250cde8a2796e1d844b7fc29a31ee5b4a1 1.71 MB 953 11
740,897 740,897 00000000000000000003535f3b962756333e03a13519482709ef2e95b0a4e759 1.62 MB 1,881 18
740,896 740,896 000000000000000000084a8a2d4b8af69de128ecaa1d71d7e270f41d7ef421de 1.74 MB 535 8
740,895 740,895 00000000000000000006d65c90883af6c73e99aca4a1891191858662a69754a9 0.55 MB 921 23
740,894 740,894 000000000000000000053753f1253fe593721c17447bd020cf72ac19ee80a44f 1.05 MB 1,768 19
740,893 740,893 00000000000000000007d5df496fddaca86e1f457f0cf2371b5a7c5a1b675bfd 0.22 MB 347 34
740,892 740,892 000000000000000000004c1cab536bc8e7ccaef6923edc705e8dba088df2df68 0.04 MB 81 15
740,891 740,891 00000000000000000003eaa8e66a205863873239f0a577f1e53fa1b4f425e0b1 0.01 MB 29 17
740,890 740,890 00000000000000000001006afea476d49463c96675685ed22efc2251dae2cfbf 0.56 MB 685 6
740,889 740,889 00000000000000000008cea3f2b3ae0b08eaf9daf449b1f56abe147349c68631 1.26 MB 1,360 17
740,888 740,888 000000000000000000065dd7c0b14caa1143e6b160d4e56c04fddd97b6753d93 1.18 MB 971 24
740,887 740,887 00000000000000000005151d956a3d7d584343213d7dc72225aaa4f66d9dc1a1 0.33 MB 296 65
740,886 740,886 00000000000000000003af7525108e79818ddff2515666a379f603515be19c4a 0.45 MB 787 26
740,885 740,885 0000000000000000000905f0fa6118b59811af80318f90814377211db0ae0978 0.04 MB 90 23
740,884 740,884 000000000000000000023cfb43d672e2612129970cb3027dee54e824ff1c2b17 1.35 MB 515 3
740,883 740,883 00000000000000000002f97aff62bceb35cf69f2e5fc17147e152b25eeb695d5 1.53 MB 2,306 3
740,882 740,882 00000000000000000004d17c338301de9bb3ee4a80db072142242aa7f2b1d86c 1.62 MB 2,448 20
740,881 740,881 00000000000000000003e61da4350b7a313b247c884af9f69f920629b0723646 1.51 MB 2,610 28
740,880 740,880 0000000000000000000670284079162620096cb81514b98ec34d5cdd32607514 1.51 MB 3,201 30
740,879 740,879 00000000000000000003c5ef619f03c1e382d119ed98dc76fdda37d7beff1b0d 1.67 MB 2,396 17
Previous 10 blocks ↓
Total Size: 769.26 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.28 GB sent, 94.24 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.