Memory Pool Memory Pool Refreshing

96,322 transactions
30.51 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,896 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 647 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,895 (150,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,445 728,445 00000000000000000008124f1c334cf03fcca9cf044e4846af182324034637a1 1.48 MB 1,701 6
728,444 728,444 00000000000000000005150dcc6c544928ce71d63e31d0c2f9346c49fff2777f 1.04 MB 684 5
728,443 728,443 0000000000000000000931303bbb91f9474703710446a2e2805b2e4b4eef6b94 0.54 MB 830 8
728,442 728,442 000000000000000000081edd0af41d8fd550132f020e82a0f56baeee6f89dab2 0.32 MB 491 7
728,441 728,441 000000000000000000096f5e72c64628762d3ace1d48f129193b3c3525eee352 0.07 MB 165 8
728,440 728,440 00000000000000000004316a99d39d768bf87de22cfdb8b6c630662d14854b9c 0.50 MB 929 7
728,439 728,439 000000000000000000052fc70200001d24c15117896aa4b557629fc87dcfc716 0.67 MB 1,077 8
728,438 728,438 0000000000000000000544056dabbfad7ff8a678116f3c10ce1d758c8949d4ee 1.63 MB 2,532 7
728,437 728,437 00000000000000000007dd8b90c842ab5962ce47710ee2a0447e0139fc4cf861 1.17 MB 1,265 6
728,436 728,436 0000000000000000000299c7c5bac76c98efa26e1863cadf3961c156d4076de8 0.37 MB 296 5
728,435 728,435 00000000000000000000850c69de1cd526905c99f208888f43f88e0cebb92197 0.57 MB 842 8
728,434 728,434 000000000000000000058c11d7599911a32254857f147f2d49df01ad6ef9f587 0.55 MB 1,172 8
728,433 728,433 00000000000000000009511cedec80d402d5b859aaed5f708b2543ad47e5a934 0.69 MB 1,182 7
728,432 728,432 00000000000000000006bde243c28ea3e0e360e083d59f697b6ce517bffc0fac 1.45 MB 1,670 7
728,431 728,431 00000000000000000007e337a2957640253d30d10322f4973ebdf89cce2325a1 1.38 MB 1,864 6
728,430 728,430 000000000000000000098674b34f77a942666eebb36f9f9ba046f269a8bb2bfb 1.29 MB 1,502 9
728,429 728,429 00000000000000000005d07f994ec320d9804fc9e1aadcea8d894152d6ba542c 0.89 MB 785 4
728,428 728,428 00000000000000000003ad17b964279414ad36eb5606e953ae8aa36ccc1ac2e4 0.42 MB 616 6
728,427 728,427 000000000000000000040fc596cabd4b330c542573700b9f0fd14851d0b9549d 1.01 MB 1,411 9
728,426 728,426 0000000000000000000a1fb9edbe50654a2e2d12190a03bfecde60f91564fe6a 0.04 MB 84 7
728,425 728,425 000000000000000000020b197a1f7c6102ed6d1663526dcca5780137520faaec 0.52 MB 816 7
Previous 10 blocks ↓
Total Size: 716.13 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,557.36 GB sent, 45.92 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.