Memory Pool Memory Pool Refreshing

1,323 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,323 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (831,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,097 77,097 000000000059af6aeb65ac44830423089330825b90ae74fed24b674468b61e9b 0.00 MB 1 0
77,096 77,096 00000000002af101a1ce1f7effbe449bd463bbd2be9da13885b52f9e3ff1e144 0.00 MB 1 0
77,095 77,095 00000000006091dcbe3fef29ba921b948be816e627d372e50c414a0345d19148 0.00 MB 2 3,861
77,094 77,094 00000000005edd00d82b63307720d3688d80fee10840f82fb228714d9703a122 0.00 MB 1 0
77,093 77,093 000000000024df39e57b044be6cc38838df9726d17d3bc826140150642086d92 0.00 MB 3 0
77,092 77,092 00000000000ecde3a0dbf5b47a813b5210f86f7e9f2a8206c6b98620ab85637f 0.00 MB 3 3,883
77,091 77,091 00000000000a8a471de9347e6c4be6082383483878ab23b9dda5aca996d54058 0.00 MB 1 0
77,090 77,090 000000000019defec9e7073ae495cab489e357b24b6fa0c5a2cee10e14b38585 0.00 MB 1 0
77,089 77,089 00000000000ac4cb67540674ebda66772ffe1603df1611409c9b1984ced124e3 0.00 MB 1 0
77,088 77,088 00000000006262e2eee5d3b226fffeb424ecbb8165a667e72fd6e34ae0d355b5 0.00 MB 1 0
77,087 77,087 00000000001ffcc366031c60c6c4c065a9f2e68313e74373648b78e9d5ea8657 0.00 MB 1 0
77,086 77,086 000000000008a61f4746b7d655a5d416dc0214c48215443a6a6ef88d6c210ccb 0.00 MB 1 0
77,085 77,085 00000000000c667664333e27b1e9a4320295d4823c7478530fc2aca2dd5e023b 0.00 MB 1 0
77,084 77,084 000000000068b42ea9e1f28141b356c15d3186a6a4d5a256b6c9373b4de309b5 0.00 MB 1 0
77,083 77,083 00000000001c07f979c14c3db961287c038f74f9dc789e6ea711378ddb0f22a9 0.00 MB 2 3,875
77,082 77,082 000000000006ac2705ec80aafe82f23eea0f53ae969bab522c9d3e5326779e8d 0.00 MB 1 0
77,081 77,081 00000000000ea9517de4b02080171cb674e0af664842333f4334aaa1d9afb288 0.00 MB 2 0
77,080 77,080 000000000003d4b7cc06344d2e3d32a70d8e2eb6fc9b8098b4873275a122c053 0.00 MB 3 1,883
77,079 77,079 0000000000466f349fe27500b1a3da8a0bac1935336eb2f3f5d218217a74be11 0.00 MB 1 0
77,078 77,078 00000000004edb9e348a58d3e3e35a52d8d2165d59e77fa16f42d114728197b2 0.00 MB 1 0
77,077 77,077 00000000002381fe2808ae694e5b33d3e8278869aeafded141e402648a4ffe4b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.61 GB sent, 100.53 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.