Memory Pool Memory Pool Refreshing

2,948 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,132 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (96,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,674 811,674 000000000000000000029ba338de295798d0f6bfc796e3443cac94cc0e25bd41 1.24 MB 1,092 13
811,673 811,673 00000000000000000003e5a06cad96154233ecbc94414422f6b39173fc0dcc7a 1.77 MB 1,033 6
811,672 811,672 00000000000000000004682723737147338f496eedb28fac37c32bbf3c81040e 1.23 MB 636 9
811,671 811,671 000000000000000000025622a7a44d89168d01a01e3be788d1a544ec8b2c1601 1.57 MB 3,054 21
811,670 811,670 00000000000000000003e4b8caf51935fe897c82104667faa68e023c765090d7 1.35 MB 1,231 13
811,669 811,669 00000000000000000002cdd31f9d27d6a7d148a29e59203b0b1d0352469e022d 1.27 MB 1,201 12
811,668 811,668 0000000000000000000122c7d178b5de2d879b21175393f7a4c7253c40156604 1.52 MB 3,234 25
811,667 811,667 00000000000000000002510f2af9c631a2b27140f0c40f1fcd4aae935d218853 1.26 MB 747 10
811,666 811,666 0000000000000000000144553d819a21ec46875511e943a77f4cba4cd29179ad 1.46 MB 2,561 21
811,665 811,665 0000000000000000000035512e447f7184e103aac9f21895bdda380c56bf405a 2.09 MB 702 6
811,664 811,664 00000000000000000002ef9d9a19683f6c40453d91d285939f073d80f1f0aa58 1.18 MB 1,034 11
811,663 811,663 00000000000000000001b35b4764909456e477b086f543b105cd756c7569ee0b 1.27 MB 1,512 14
811,662 811,662 000000000000000000041fee8bd7120f6ddf85e5bbb3ce5096febe41f2ed8758 1.10 MB 499 8
811,661 811,661 000000000000000000029656fa1460819ebd0527ffc931d75dce76d54203b503 1.27 MB 1,360 12
811,660 811,660 000000000000000000030feefd07f0d8a6eaab7f12696e5492ffb436418ed388 1.27 MB 831 8
811,659 811,659 000000000000000000021b186b0b2bca4e5056b1993418e2cae1e28d55615d2b 1.34 MB 1,570 13
811,658 811,658 00000000000000000002e0149575cb0752bdc872434cb57d90596a74097f874c 1.15 MB 826 9
811,657 811,657 0000000000000000000361e74d63c8ba0c375aa1da8ec9ff622fde7c9c691b00 1.31 MB 1,278 14
811,656 811,656 00000000000000000002a24c9f0a9271c85432bb9d7c62540ce5f4f507901850 1.32 MB 1,475 14
811,655 811,655 00000000000000000001e75945e03a3a0e90c34966aea414cbf81e67fac2c266 1.49 MB 2,193 15
811,654 811,654 00000000000000000002860dffe2316d1b8ecbca53c252080f96d2795742a067 1.47 MB 2,985 15
Previous 10 blocks ↓
Total Size: 769.21 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,634.41 GB sent, 93.99 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.