Memory Pool Memory Pool Refreshing

4,022 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,823 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (249,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
658,032 658,032 00000000000000000004f0d97816384cacc09379b94e94d525e4fb0793b5f542 1.55 MB 2,010 22
658,031 658,031 0000000000000000000c697cdfc78cbdbaa253feb32174a89792d9ba49b08449 1.41 MB 2,802 68
658,030 658,030 0000000000000000000dba4615b7dbbf37c1cfebb79ebed3265789bebbe2b882 1.42 MB 2,613 39
658,029 658,029 00000000000000000002660190702821b398952d5a0838d0ea5deacc4266cf40 1.34 MB 2,964 81
658,028 658,028 0000000000000000000a6adf46a119a7b28ccc9e57c1e17a570e4cb99f63885b 1.27 MB 2,443 65
658,027 658,027 0000000000000000000557615b91c51803538dc767abf3c936c92f01596e46b3 1.16 MB 1,727 43
658,026 658,026 00000000000000000002c483107184fb9ed325723a0429f59c5e7179722b1544 1.30 MB 3,254 85
658,025 658,025 0000000000000000000dce8c4151537b57a1f557fe7a78fe6e1c87dcadbd1331 0.49 MB 862 24
658,024 658,024 0000000000000000000ec58e97190ab219f50b942c85634f16fae9692cc2c813 1.32 MB 2,607 31
658,023 658,023 0000000000000000000ffcb424f18d4b47f2d966ff74b05a216c8a4214a1a46c 1.29 MB 2,663 21
658,022 658,022 0000000000000000000d3fd7590bb0e5bba3942bdf7d0f4620a83588cd9ef38a 1.37 MB 2,412 10
658,021 658,021 0000000000000000000c280f1de5af9935556b79521daa3a30cff42fc841e474 1.29 MB 3,078 72
658,020 658,020 0000000000000000000323b3fc9e0623d123f0b9bd2112d5b432259703e92132 1.18 MB 2,759 6
658,019 658,019 0000000000000000000a28f423796d3ad2cad7661cbd12852a7fd4dfa7650514 1.37 MB 2,773 55
658,018 658,018 0000000000000000000c1f74bca28863ac91578b500ecae9dda8cec17e6a1bf8 1.38 MB 2,761 43
658,017 658,017 0000000000000000000577637dc76f419ae725fccc90841550775b06a49f736c 1.27 MB 2,578 39
658,016 658,016 0000000000000000000bddcdf0cda602275028da7dffc0174fd9e6a5f0e7a6f2 0.79 MB 1,307 29
658,015 658,015 0000000000000000000bfc0685f30e0150a199c8c0bc77b906e0da69b17664db 0.56 MB 1,221 35
658,014 658,014 0000000000000000000baebc1f28d1fca20b10acb049f44e557ac959d737b4a7 1.00 MB 2,111 7
658,013 658,013 0000000000000000000990bf96cb2484a5a50c2cbcd095db90451f87cff98a73 1.32 MB 2,462 44
658,012 658,012 0000000000000000000a4ebda160e1717b19bcd1122857a3839e2d4a3c7f39e6 1.22 MB 1,576 41
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.