Memory Pool Memory Pool Refreshing

3,950 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,739 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,318 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,738 (563,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,597 344,597 00000000000000000714eff5c48f9ff760150c8dd8ee9afdef852383c34d2376 0.56 MB 835 20
344,596 344,596 000000000000000006279fbc2ff99b66fbd9e6de2f761f55494e07fab2a853a6 1.00 MB 1,860 27
344,595 344,595 000000000000000002616b20314b616ef5b4c978a39a5e5951a5d6cef3085f32 0.10 MB 178 23
344,594 344,594 000000000000000011e91602cbcdb82e5984b658c5dd1c5435031025473f2e10 0.07 MB 114 21
344,593 344,593 00000000000000000894a2442337fbe656e9dd99db2ff00dd47a73d23892a061 0.50 MB 555 17
344,592 344,592 00000000000000000a0007551b16b7d2556b76b4658b84a79a2aab8967a9268f 0.75 MB 1,491 28
344,591 344,591 00000000000000000261143e0ba3461d27ba5e574de4a852e794e362b27960f1 0.47 MB 806 24
344,590 344,590 000000000000000008b01254a56beb885744c6060c024115be2274a4c0eeed78 0.08 MB 160 25
344,589 344,589 000000000000000004bc4304019b9d89038942c83d423fc38d7c347e72332f4d 0.57 MB 790 18
344,588 344,588 0000000000000000126c58845eec57e993726afc7f69b57ad4b0bcdd69ff5cc3 0.75 MB 1,097 22
344,587 344,587 00000000000000000b596fd9a398bbae778c8725a93104a47890ac52afcf53b0 0.12 MB 233 30
344,586 344,586 000000000000000002e75b6aa1209e612871c24e550c7ee5298b2a9da96eb549 0.38 MB 1,111 35
344,585 344,585 00000000000000000ce235cb8295a6c74935561f028d3ecd8ec5445607c1e39d 0.02 MB 64 32
344,584 344,584 0000000000000000028dc06fa24383df02dae2d3b225566f30864d975502556d 0.04 MB 78 25
344,583 344,583 0000000000000000148cf7aae5c660d455a9051c56dd480c5577dc5fe59b5a49 0.14 MB 274 25
344,582 344,582 0000000000000000037e9156ce80cce597aaef825a57d937260b2e5f516cfbc6 0.09 MB 230 108
344,581 344,581 0000000000000000083a306f835ff8f149ca9c0e5cb9aa840dfc066cd64cd2d3 0.20 MB 444 24
344,580 344,580 00000000000000000084c82458af6d40d406ae2a5d898d5858eccfb50515214e 0.44 MB 877 28
344,579 344,579 00000000000000000341ab3079e03a0748837598a827fc752f38b341222d6c6a 0.06 MB 63 18
344,578 344,578 0000000000000000030aed831fee60808cccfe71370c7fc79aca28959d626438 0.27 MB 523 24
344,577 344,577 0000000000000000061c32785b954d833a6e571146ce5de2e0cb4d1eda93c45f 0.11 MB 241 32
Previous 10 blocks ↓
Total Size: 769.06 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,627.78 GB sent, 93.17 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.