Memory Pool Memory Pool Refreshing

2,137 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,956 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,117 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (750,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,494 157,494 00000000000008c9000d68ee98dd4ea5dc3753be539ab9b36476984575c41af1 0.01 MB 20 21
157,493 157,493 0000000000000be590aca02519fd6b7854d7aa1999c9a0855c5a4e96f6c13f96 0.00 MB 6 61
157,492 157,492 000000000000024e30e34a53c6bd656be098783bc0433cdc2a75b57261d254c5 0.00 MB 1 0
157,491 157,491 0000000000000e511871995f4479ee33b528afde01826b5f859f202e24533f6f 0.02 MB 74 60
157,490 157,490 0000000000000d819c627f760871b5d8e8bec4732e3a6fb1a934b3737bd861f3 0.03 MB 62 81
157,489 157,489 000000000000042b39efc3e010d2270615fc4e2447aeb792e12d8c32bdd69edd 0.01 MB 14 15
157,488 157,488 0000000000000d0c50412305a7b6e33768e6d23adb6a7249a23382fa61bb3445 0.01 MB 3 0
157,487 157,487 000000000000021732ddaf43151fcbef7e67b1212992bd350803975df0d1b7b9 0.00 MB 9 28
157,486 157,486 0000000000000575c610d0798703f8f06d8d4e4aa3377464329f422e1a6f110e 0.03 MB 104 6
157,485 157,485 0000000000000942e7ced121a38100757d2c9e3bb5f78561b453618f68a960ce 0.01 MB 20 42
157,484 157,484 0000000000000e72ad4216458e883e003c09fe348cd89b9f6c7e1f3551bf2276 0.00 MB 10 0
157,483 157,483 0000000000000e48b4bc1c76daaf5e4b216ceebeafebb772dde409ca71bd6f40 0.03 MB 76 487
157,482 157,482 00000000000005f890d65d7f512416e84b55d2658ad9f98659bd4003523aa52a 0.00 MB 12 18
157,481 157,481 0000000000000e4f3ac77b2026aeb187ed76418696e93a6a0b165d6b016285e0 0.01 MB 24 21
157,480 157,480 0000000000000925f3ba130a13d7fac3e00335e8deb46af57622956ae823baf5 0.00 MB 8 58
157,479 157,479 000000000000049ffb0c9ca11b9dd729dd64d07b5b6ccd6521b1d4aede73712c 0.01 MB 5 1,008
157,478 157,478 0000000000000a38d54a042827be3602f1c83976dcefab59ad9ab64eeedb34ba 0.04 MB 15 54
157,477 157,477 00000000000006027aff5345cbe04ea1e20a659913efe027abb3911f792eef06 0.00 MB 8 40
157,476 157,476 000000000000085eebab97744d0ea4d229edf3b376df8492bbf6851ecd45c908 0.05 MB 111 109
157,475 157,475 000000000000024103d8d3ad5916d5d3cc74a8aaf3f2350b3235a653edd6aea8 0.01 MB 22 49
157,474 157,474 00000000000005eb2337c90b3f4cb3201d31a5477a2fd41e1ffe9d720865af0c 0.01 MB 11 6
Previous 10 blocks ↓
Total Size: 769.46 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,646.19 GB sent, 95.25 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.