Memory Pool Memory Pool Refreshing

4,194 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,617 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (123,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
783,820 783,820 00000000000000000003658e7ba82ef9441fc95083af3449c6b9d902ca995fbc 1.52 MB 3,241 36
783,819 783,819 00000000000000000004b0da85fa57f851477ee6fdc4c3f2ea8371264f28d683 1.64 MB 2,983 24
783,818 783,818 0000000000000000000401e1def293354ee7a1afd82680ec97c3926ac4d1e56b 1.52 MB 2,425 32
783,817 783,817 0000000000000000000378fa8fb6626d7a44e6aa26ac3abc2cc1403469137aac 1.38 MB 2,816 34
783,816 783,816 000000000000000000049a2e7c0f4a2429df7898cbc12d5408ec173698f6cbd8 1.59 MB 2,917 30
783,815 783,815 000000000000000000057420c4ed491ee72508d377abf0320718629ce11c9a09 1.48 MB 3,570 41
783,814 783,814 00000000000000000004e67e83bee5fc25bc8526b4e51932c48d0f97294d3014 1.52 MB 3,620 38
783,813 783,813 00000000000000000002bb386801c4a79051c0da873beff13aa6b1ef772cc2bb 1.47 MB 3,091 38
783,812 783,812 00000000000000000003ca004049426c56dcf87d43eb3e511432c6c3d0aef47a 1.22 MB 1,659 40
783,811 783,811 00000000000000000000d2e7082c723cc9ae88fe4df819e71e19dfa1608217e2 1.44 MB 2,708 24
783,810 783,810 00000000000000000003af06caf27f6e8536e7231cc29f4abec38720cc038e4a 1.47 MB 3,380 22
783,809 783,809 000000000000000000005a7a122d681978cd067312ddc4411c53af799760b2b2 1.64 MB 2,974 26
783,808 783,808 00000000000000000000bd9340d7a8cbef339df9291adedff475a73b46447b7d 1.62 MB 3,509 25
783,807 783,807 00000000000000000001813b6ecc467e05cf61b1c5851acde31515eff3f3bfb2 1.66 MB 2,995 30
783,806 783,806 00000000000000000004bad4e969f71ebf3a7a434e1de367ed5b019fa67a1902 1.61 MB 3,221 23
783,805 783,805 00000000000000000001294e94e2399e0779eb33612f1f1719a3b5aa05144899 1.66 MB 3,400 31
783,804 783,804 0000000000000000000186a801d08ce10570591dd03b4c28bf5c1ffc65801e66 1.55 MB 3,692 32
783,803 783,803 000000000000000000033c06988f3386e2f4e5e3b958c40b51bb05fa5e4a5c1d 1.51 MB 3,326 36
783,802 783,802 00000000000000000004142895a57223424a44392169693b0f8683f283e1fde2 1.27 MB 1,774 32
783,801 783,801 00000000000000000000548e5270ab1cc31b8150d95888213cffe236793b1d4b 1.54 MB 3,211 48
783,800 783,800 000000000000000000029bff807c9e898f0356156b9c57679a0ab700ca4de6d9 1.58 MB 3,839 28
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.69 GB sent, 93.45 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.