Memory Pool Memory Pool Refreshing

7,828 transactions
3.74 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,802 (83,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,923 823,923 000000000000000000012c53342881389ff094d0cff5b7c51c452d7755d51522 1.64 MB 3,737 138
823,922 823,922 000000000000000000008c3b7e3351af0b23c4977b4a3752317866b2532df21c 1.54 MB 2,917 108
823,921 823,921 000000000000000000032bee2029d0794989643b55ad3523463a9c5f84b398a7 1.62 MB 2,831 195
823,920 823,920 000000000000000000000b58b12d6a6ba7dba4d33a9b46c0b0969660f933fd21 1.68 MB 3,190 128
823,919 823,919 000000000000000000011d9879e69f5a97e1a4a94d942ba2462a6828c2afe153 1.70 MB 4,053 115
823,918 823,918 000000000000000000006b4d525482a55db420ad1a55b6cf003c6edc3685cb5f 1.83 MB 4,970 83
823,917 823,917 00000000000000000002f1cf4b9e36e7ad463e1e8dc9d665311155d0c99c9640 1.77 MB 4,404 115
823,916 823,916 00000000000000000000167132fdd0b296f4233d9c7c51f8a92850146f7d94bc 1.89 MB 4,476 92
823,915 823,915 000000000000000000028bf190c5024b02dc01d3c5877216bc8c8d938d164b58 1.55 MB 3,401 105
823,914 823,914 00000000000000000003b94037726344a0108985ca733160f703ad5af2901728 1.54 MB 3,097 146
823,913 823,913 00000000000000000001020ee0d4038affd3a0a3568827cc8a11bae70beae168 1.51 MB 3,114 118
823,912 823,912 00000000000000000000c18b32d1ee2f22be9cf0fcacb021a71354d1bb9f55ca 1.59 MB 4,176 110
823,911 823,911 00000000000000000001e35c42b4052bcfb67d4df69870cad054fd85bbb6c4e3 1.47 MB 3,674 122
823,910 823,910 0000000000000000000178ddf833a1910764b3f3216035d6b786b816355f1041 1.43 MB 3,423 141
823,909 823,909 00000000000000000003c3c0297c3d24ef5380fd18cdfb4482bdd7e0253eee1f 1.41 MB 3,998 153
823,908 823,908 00000000000000000000cb7049a2d5c6172bb420c0cfae9cf1fa5981de8a0e8f 1.41 MB 4,203 175
823,907 823,907 00000000000000000001048c31285528792e00951eba3d4fd2b30d9b2c6dc735 1.46 MB 3,662 187
823,906 823,906 00000000000000000001d067429c8eab6d8ce4dd1cefc2a6c4287a23df1df631 1.46 MB 2,995 102
823,905 823,905 00000000000000000000d8e56c1ebd1c86f5abe1cdcd6441ed363d8f38eb2813 1.38 MB 3,527 131
823,904 823,904 00000000000000000003d49130ee4de206e5f12d910b14b237940f07b9dd8446 1.48 MB 3,751 158
823,903 823,903 00000000000000000002211a21dcc0d94d708be23b07d8e380e24d1e70df3a28 1.70 MB 5,792 83
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.