Memory Pool Memory Pool Refreshing

2,896 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,089 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,580 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,088 (791,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,578 116,578 0000000000005a1bb31845c7dd220c061bdb06a886b68ad82b600fa4d249ab61 0.00 MB 16 1,907
116,577 116,577 0000000000000a31b4c70a41789244d8db955983717e9edf7e79c3638d0df64b 0.00 MB 5 544
116,576 116,576 0000000000007a95b83830cda131b1f954c4ababb827bacb856b3d42a4f53d62 0.00 MB 11 327
116,575 116,575 000000000000e824329c22f51f523e61d78ef8961bfc057c3b6558a740d24444 0.00 MB 12 331
116,574 116,574 00000000000020fd06e8243f774b0401461103c4e945ddd913b6f032e6db09ab 0.00 MB 2 1,811
116,573 116,573 000000000000756a6d35295a6c25b9ac8720ec831c0bd0263c0b014e6e267302 0.00 MB 11 0
116,572 116,572 000000000000c54bbf20ebd83019f7bc6789bce74b89aaacf74d00250571999e 0.00 MB 11 0
116,571 116,571 000000000000c67008fa7df9c37399e0dd613b688095fbe87aa3e1aa9577c952 0.00 MB 8 1,774
116,570 116,570 000000000000dae0a2ff27f281beb21dc0d42e1a3dadbb6ead4c53ab878d0f73 0.01 MB 21 333
116,569 116,569 0000000000004570d89d32de336a34caa696cb715a07843083921be496d3ebbf 0.00 MB 13 326
116,568 116,568 0000000000007be5748e2911ee6734dbb51461023fb434cc2db7d8651c5429c0 0.00 MB 14 1,884
116,567 116,567 000000000000502a7ee2f631dce323b782490ed44777a6f477f23c7956b0b163 0.00 MB 13 1,120
116,566 116,566 0000000000005574b454a503d7f2458d93fb527fa7312a796c44e06229d5aa65 0.00 MB 14 1,507
116,565 116,565 000000000000da221ebbc7da70064dc629654bf5cc589b719d2afa70c8916cc9 0.00 MB 13 337
116,564 116,564 0000000000005a4f78adc43972b3e83f0f2822af999f1f24993e9ad3f36be6e7 0.00 MB 10 0
116,563 116,563 000000000000182cf6913514b0eaebca1ac11285fa52c07c64152bab739ecaca 0.00 MB 13 308
116,562 116,562 000000000000cbdf2c39007128ed446536079428c8de1c75def37cc275f93e4e 0.00 MB 11 1,314
116,561 116,561 000000000000b9237acc3e152b7e8ed58368c8c28529df77cb31148db09894d9 0.00 MB 15 1,340
116,560 116,560 00000000000081445a7a172022ed5b455df52b75860bc312fa9ac14e5dc415de 0.00 MB 11 362
116,559 116,559 0000000000008cfacf7222878ef0179a3a459f81551745b1c3da43cf55d4fa10 0.00 MB 5 3,875
116,558 116,558 000000000000c6bf23ce202150c950f7c6fa3247097e266281a7dfe19a15aaf3 0.00 MB 13 927
Previous 10 blocks ↓
Total Size: 769.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,677.52 GB sent, 96.43 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.