Memory Pool Memory Pool Refreshing

560 transactions
24.74 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,312 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 295 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,311 (899,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,790 8,790 000000005f2f4063102005cb8a9f940a12f771e6947e3157c77f77ec00de9507 0.00 MB 1 0
8,789 8,789 000000004911facd3a8135d9ab337f67f65f4f92f73f3f295c924c0971116225 0.00 MB 1 0
8,788 8,788 000000003ef8641b45ab8c40166fff978a628ccdbd1cc4582859734ac968c87f 0.00 MB 1 0
8,787 8,787 0000000027f580ad00870def8ed31820e28c2e54f1424ac6d2e4af81728d019d 0.00 MB 1 0
8,786 8,786 00000000b7ece1645d4b5dc3a620f6bbb71f7e80ddbde2474583250edcc0c96f 0.00 MB 1 0
8,785 8,785 000000009c3e9474e5ed235cece4c28820c9055d8e92a1d81f3f9c1bc2b9caef 0.00 MB 1 0
8,784 8,784 00000000e0e6680b08e83733c47ec49280d36bc4a0362439b9280006c8069c4b 0.00 MB 1 0
8,783 8,783 000000002173b0e503a7566754711596b57d5319a9069c8fb4c55089acac0502 0.00 MB 1 0
8,782 8,782 00000000dcf1089633847a7371f5b84f20ddee3587884f0f0a96319d965d997e 0.00 MB 1 0
8,781 8,781 0000000065af049a9fa93cea542046013d314e698055304d998bf89318f05c10 0.00 MB 1 0
8,780 8,780 0000000040fe84dbc9264b107e16edea8538b4ce2066932823d3388d30983ca0 0.00 MB 1 0
8,779 8,779 000000007e982c1dfb6d928c0c185bba82f9bef5eed09f193454bec8a0bfb6ab 0.00 MB 1 0
8,778 8,778 000000003e68eadecbbd5bd683cbf336ae96bbb650085595aaff3f2be0724ba1 0.00 MB 1 0
8,777 8,777 0000000096d8c76027a64ef1b9dbf12737ffad0a05fcd7cf33f68bb74e11b78d 0.00 MB 1 0
8,776 8,776 000000000e671cb83d9978cd9487e52a6c64c20054eaa1fcbc9c9a510222f9f1 0.00 MB 1 0
8,775 8,775 000000002c304a01535a30cf525dec0c3bbfa362f6ed4b097913bc0ff15b55d4 0.00 MB 2 0
8,774 8,774 00000000a996331c70cb7814d126c01e7bea080a5fe2cf5b63d0cc09d41aa2d6 0.00 MB 1 0
8,773 8,773 00000000f4f564d85a8df237bde4f269e57b097a13420a91bc4931d01e15dc46 0.00 MB 1 0
8,772 8,772 0000000063fc68d96b5575f5725f3ed89c1cb13b1bd6de88aeec2685e295a2c8 0.00 MB 1 0
8,771 8,771 000000000d61de52de2d6a2bc6dba30fd51a01373709aee3761aacb0480e3396 0.00 MB 1 0
8,770 8,770 00000000376ed41c9e61d55414cea6fcb806b1c65923e7f96857de44b00de6a0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.34 GB sent, 98.59 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.