Memory Pool Memory Pool Refreshing

718 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 710 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (77,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,338 830,338 00000000000000000002c62931dd5527d94320b26b158e8c03888d6b7b70f506 1.54 MB 2,385 40
830,337 830,337 0000000000000000000184a021416610fbf948075dfc2833c9d19131d48f0541 1.58 MB 3,001 45
830,336 830,336 00000000000000000002eaa19bbbb3b72a615673107067bd4096de38065d1745 1.52 MB 1,672 21
830,335 830,335 0000000000000000000065a4086b64e9de48f63e1b8bda1f5eeebf29d8bce061 1.38 MB 1,787 26
830,334 830,334 000000000000000000034e8b306df06c3eb10b80fdfad9ab37981345e49ac614 1.59 MB 2,541 28
830,333 830,333 000000000000000000003708fb9c5e6169d89730736ac2744d6c16e5c5126577 1.72 MB 2,339 25
830,332 830,332 000000000000000000008b3dcc0e4d0317f2617dfed02a07d6fcacd93fa3d0d1 1.70 MB 2,783 33
830,331 830,331 000000000000000000038e46f8146c30daacafc749e3562992150a51e6d0aa06 1.62 MB 3,167 61
830,330 830,330 0000000000000000000361c60f4b723885d61a3901e91926c7c5ec658fe0494a 1.75 MB 3,152 36
830,329 830,329 00000000000000000002c5df2903d8e1d227ce3e51a23b6c92bdf4f048ab3b26 1.71 MB 2,646 85
830,328 830,328 00000000000000000001a22c1c720af27eb193d3bc95371df04404eabe24f56e 1.61 MB 1,351 18
830,327 830,327 000000000000000000008238554fd52cffc567328e8d87a20ac26a611db9b523 1.77 MB 2,223 24
830,326 830,326 00000000000000000000dab585794764faa0cc7e706599bff0058a8b92f837b9 1.60 MB 2,413 55
830,325 830,325 00000000000000000000e2fde3f096b9de6ab568d2ecd1086cc6f37ad6a81bc6 1.57 MB 2,653 67
830,324 830,324 000000000000000000000fb1fb75697037c24adffb381a40533898be7deb4a88 1.77 MB 2,949 29
830,323 830,323 00000000000000000003386aa4c995ac4199046765f58004386f8aeab485f19c 1.54 MB 3,764 61
830,322 830,322 000000000000000000033e43fa96ceff89b074cb9870d22ebfb4c812ad1c87dd 1.56 MB 3,428 50
830,321 830,321 00000000000000000001b49be244db96cad1f0b042148f67b39f4e7a1e5f2b4f 2.12 MB 1,862 14
830,320 830,320 000000000000000000029209ddcc6601b8db2d13b348ca8b00c61e1f0df3131d 1.58 MB 2,630 36
830,319 830,319 00000000000000000000653ea9309dd1964148565e89e95c660ac8b2eaad4237 1.59 MB 3,277 47
830,318 830,318 00000000000000000000b6625133328f2ecae269a50bfd0ca8a5409f7efe321e 1.63 MB 3,049 44
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.42 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.