Memory Pool Memory Pool Refreshing

4,330 transactions
14.96 vMB
Show Random Selection Loading Transactions
Max Size: 62/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,593 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (871,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,870 36,870 00000000203bc00ba5ffb371eca69509aa4ac3a6f5cf2e47a3ed633c3a8ddc31 0.00 MB 1 0
36,869 36,869 0000000010c3fd192433859bafb7dd66e785e384062893905f510c1c37a5f744 0.00 MB 1 0
36,868 36,868 0000000044ef22b233700935637fd8cf6016d3dcf81f402ffe67e574b612f19c 0.00 MB 1 0
36,867 36,867 000000009ad9aa65ac9070e729f0c0c7f96ac6ae6e33f68d58f2ba90acfaea3b 0.00 MB 2 0
36,866 36,866 000000000d7a83806db522f537bf2cee9cf7469e9167be6b1ca1d590d8c658de 0.00 MB 1 0
36,865 36,865 00000000aa062f056df86516f679af8a3a058143d2da302e94c7992f75e1370a 0.00 MB 1 0
36,864 36,864 0000000072008bbcf2e38da70b9bff7a0096741d7d16f738ca1fcd4be84ea43f 0.00 MB 1 0
36,863 36,863 00000000817d3256ed4da80ccadfaf5b06eb0a3433cd67891fd61786ab69bb32 0.00 MB 1 0
36,862 36,862 000000008efa815844cf672b51c72790d6c40d37294eb9038a73e3a99222797c 0.00 MB 1 0
36,861 36,861 0000000092a9eb056585e94fc5e02ea31dd384d6e1cb549e5d4238b1628b9def 0.00 MB 1 0
36,860 36,860 00000000b77824acc80d4a2f231616a296e057438d2d90c15cf35f1cfd49ec56 0.00 MB 1 0
36,859 36,859 000000009c3494fecfb0039ddfb8bad4004a084a03bd312bf67afda0d1526ebe 0.00 MB 1 0
36,858 36,858 00000000a835042914f8a9c9c5c247b82a1d9e48edc5b41dae32451f1781dce8 0.00 MB 1 0
36,857 36,857 0000000056fb9c8004672e54ca7adddd52a6d1e88e72b506f76dc10508432680 0.00 MB 1 0
36,856 36,856 00000000b55fa17b1f7dc8fa561636f51e00ec539dec3b7fce9d6937d6ee6188 0.00 MB 1 0
36,855 36,855 00000000ad8373bb15fb2a974e08d0b9e0cb9d0da2325f5566d10a6ffe00fd5c 0.00 MB 1 0
36,854 36,854 000000003970b8ca5e09441c3f2ae2f7893f136ea555fcf9d23e0663c5d3d824 0.00 MB 1 0
36,853 36,853 000000006f1a9e32e5924a31c0d5a1a2524b8ee47a3148cf92b48261ab7af4c3 0.00 MB 1 0
36,852 36,852 0000000096bc115c876061bddee00183b40d5f3239353253744c3cdc91b5d80d 0.00 MB 1 0
36,851 36,851 00000000afdcae298f38160a779560beaaa3374ace67e076357a29c1e51c1708 0.00 MB 1 0
36,850 36,850 00000000b4fa43f0b83e1a73d48d88fb3ddaf682f537d4cede263784d25f2027 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.