Memory Pool Memory Pool Refreshing

2,185 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,131 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (11,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,101 896,101 00000000000000000000b8d9bb15fe0d44141d283d9642c6f8b54c982f0d0055 1.70 MB 2,942 3
896,100 896,100 000000000000000000022dac96da30d1be05417151747d823df0e5062be515cf 1.56 MB 1,352 2
896,099 896,099 0000000000000000000080341f1edffb2d9d489df1c4ee0fa7945de1b9e38962 2.59 MB 1,663 2
896,098 896,098 000000000000000000022979f0638af21a30e658485f1b1f7552e96e45e5bf64 3.47 MB 369 1
896,097 896,097 0000000000000000000226b03a8ccd7f7405fdd18da11197133e2b6cfffe4975 2.13 MB 2,452 2
896,096 896,096 000000000000000000010a969ce36124aced2baf573a35895ef0c401eddb7e25 1.80 MB 1,977 2
896,095 896,095 000000000000000000004794889846a976c8b719c2d2b8aac255434090793594 3.10 MB 897 1
896,094 896,094 00000000000000000000aa05aed276b026b38f5708d72b064b1fb9457225bbae 3.49 MB 804 1
896,093 896,093 000000000000000000023893e50ee5e3768b43b954efb03be7e9712c5b0a6253 1.69 MB 2,009 2
896,092 896,092 00000000000000000001ecaba967b3c7ccd1d204ad6caef8da79265e806a4b00 1.82 MB 801 1
896,091 896,091 0000000000000000000088595d433f1486b60b562f90355db29b3ae23d07c9ed 1.74 MB 2,728 3
896,090 896,090 00000000000000000001dd33ec31f8752dfccaca85317d1b5af0e999ac0b9a1b 1.79 MB 1,567 2
896,089 896,089 0000000000000000000073b3bd9ea16f663bf76bed8b4d7486ac5522b6f9bd6c 1.60 MB 3,833 4
896,088 896,088 0000000000000000000148370c6ad0eceb23d0de54ea86a362679cee7fcd3f4a 2.86 MB 1,144 1
896,087 896,087 00000000000000000000e45dc9720d3c58c7f63a86c467b84cb7f4842914ae56 2.41 MB 1,860 1
896,086 896,086 00000000000000000002045309a730c18cb8ad02956eb33e96dbd0c2049c5864 1.81 MB 1,894 2
896,085 896,085 00000000000000000001586f8f292afd1083abb2cb653ba9c35d47e85c2c3e68 1.67 MB 2,712 4
896,084 896,084 0000000000000000000256ab9f86f24ba202ad823e5f37a3354fc7af10e7f3e7 1.55 MB 2,825 7
896,083 896,083 0000000000000000000122512e002c5f6f6a27c648aaa360045829039ee71b26 1.68 MB 2,720 4
896,082 896,082 000000000000000000023d6bb642b1f82db798d91595a4e3c99d0891d34e1748 3.72 MB 347 1
896,081 896,081 000000000000000000021725b9342fe9972b09fd2aa13120aefffb4b9d91fdc2 2.07 MB 2,256 2
Previous 10 blocks ↓
Total Size: 769.06 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,627.82 GB sent, 93.17 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.