Memory Pool Memory Pool Refreshing

3,620 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,589 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (595,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,478 312,478 0000000000000000301bb0c74e7aa455e20302690b0471cb06407aba28d117b9 0.29 MB 449 27
312,477 312,477 000000000000000019a443b7b51195d018729d76d0eb2bc0b6fb8250d163cf8b 0.38 MB 679 28
312,476 312,476 00000000000000000e0835f414ff37d48187c44a488595353a669f74849da90d 0.15 MB 304 33
312,475 312,475 000000000000000010942f5937e050cce9f9eb7082e97824dbc4b9291fdc335c 0.61 MB 1,129 29
312,474 312,474 00000000000000001a66ea4a385a95c04d396320126cd93b597285f15c4979eb 0.50 MB 950 38
312,473 312,473 000000000000000011c637ad0edbe2743a226a0fced507c25c7805fc23bd22ed 0.15 MB 224 20
312,472 312,472 000000000000000038a247071c2d5ef46b02765d1a5d6e96da771a24974908c4 0.33 MB 591 33
312,471 312,471 00000000000000000d34ab56d84cadaea37b57f6ec522bdbdd7083b74613e164 0.21 MB 501 34
312,470 312,470 000000000000000005970ccf1b2ef9e4b2d6e708b2ae40b45faa993fe78643e8 0.24 MB 497 45
312,469 312,469 0000000000000000093fbd0df921d57d721488d9b5721b491bde38f2c4681240 0.18 MB 334 27
312,468 312,468 00000000000000003a71587c0bd7838e8b4b8d910b70332ad6a2d5a31504336c 0.04 MB 51 24
312,467 312,467 00000000000000001c0aa919c146084a7fde210fcc8de7e9f416bf3a61626086 0.23 MB 367 24
312,466 312,466 000000000000000027842b05b108e8adfd8ba37935cf58ca531aeceb6f0ea111 0.38 MB 408 19
312,465 312,465 00000000000000002b767f8dba7e48c328babce01c0f4c22c79503b190653259 0.50 MB 1,119 35
312,464 312,464 00000000000000002e1de17d82a434150c31f14d6e4ff06c14299b4ecfe0b875 0.34 MB 444 28
312,463 312,463 000000000000000024ad39079b8577c194bdae1606707dd90f7d3371dd401e11 0.29 MB 421 28
312,462 312,462 00000000000000003d906eb0cb2cda6140f2290aeaa57070944977b80daa3d0d 0.14 MB 187 26
312,461 312,461 00000000000000003e708963fc077a3933849273769038583a73028b7178a254 0.18 MB 316 26
312,460 312,460 00000000000000001af02f07338b8ab785d009403d55152737516679571627e2 0.05 MB 92 22
312,459 312,459 00000000000000001711703ae96336d36b32d8c0e796441c50f1fcebf630c6e8 0.16 MB 241 30
312,458 312,458 00000000000000000043f587770a2281f7d9904f8570f4c6814bf6b7b8eb4c14 0.33 MB 498 26
Previous 10 blocks ↓
Total Size: 768.99 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,616.55 GB sent, 92.75 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.