Memory Pool Memory Pool Refreshing

1,603 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,583 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (852,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,273 56,273 0000000002a0bd8f4c11c9318b70c2fb46c6de38843a688b4f87885cbc4d733f 0.00 MB 1 0
56,272 56,272 000000000cb45ae24ce85bef665c977b42ecc05fa4d030f36f1d1f5230c606b9 0.00 MB 1 0
56,271 56,271 000000000dcd99a4b1410f9a075866adfc69544d8e2915396e30f78e61c57f39 0.00 MB 1 0
56,270 56,270 0000000004efe9984be9ef9bd94f36ba62ee24a51df278450837c69479c6ec08 0.00 MB 2 0
56,269 56,269 0000000009b3591eb83a457102cc2e32603c4a663b0beae0071743ad167201a2 0.00 MB 1 0
56,268 56,268 0000000000e87a350e2add34880755ad0e03362e9077d422209f32d96e3fa8e5 0.00 MB 1 0
56,267 56,267 0000000010e612e4eb009d283fa80f9efcc6b23b0bfb6b7bdbdc168e60fd14cf 0.00 MB 1 0
56,266 56,266 000000000718b254d974ca4ccdb0e5c9b8cd489398f9627915d95d68f5a3937f 0.00 MB 1 0
56,265 56,265 000000001021c31b674b10997ce10d9405da70916810f348d0d27afa559fb9a0 0.00 MB 1 0
56,264 56,264 0000000009fb47169f00dae90aeb3d07f89882998cf164c97e780376fd462e47 0.00 MB 1 0
56,263 56,263 00000000056757a3689b81b1970a4a0af734a67c55dd822b38924a017532381b 0.00 MB 1 0
56,262 56,262 0000000012a7a43ab6a5536b447160b2cdc3bfa12fb327952d27ecea6a943845 0.00 MB 1 0
56,261 56,261 000000000887323712c80b6de1ede9a4ac68b48cff1fce7f57b3d4da0a0bb15e 0.00 MB 2 0
56,260 56,260 000000000b7dadb8c8373e6add9a21d87e5958d664952795a46e86f05fa04b10 0.00 MB 1 0
56,259 56,259 000000000a681697719ad40175fba9cda969d63e8adeba441a45f2835f183713 0.00 MB 1 0
56,258 56,258 0000000002e4e22cafce4188f29620bc403f02c0471ee471c6390d42b05f4137 0.00 MB 1 0
56,257 56,257 000000000a6ab2f8fb49e64e2bff74983d41aa4dee3f0c3d5782daa338414b77 0.00 MB 2 0
56,256 56,256 000000000bb68ffe863ebb4dd7c7b561bf4edaeea6a8401fc0d21f63b8bb4f83 0.00 MB 1 0
56,255 56,255 0000000008d5ecf7b68f61eb8cee2c38b250e6ba326860458639ac43083ef056 0.00 MB 1 0
56,254 56,254 00000000111fae7516719ae654a3715845eee9f789295df789bc5d31266ffde2 0.00 MB 1 0
56,253 56,253 000000000bcf181b8fca453afcb4f1c8c88ef87f949e477b3a0e041bc024922e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.