Memory Pool Memory Pool Refreshing

4,307 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,388 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (662,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,818 245,818 00000000000000930492ba2caeabde9449da0f4e7531bc1964106a238ff25511 0.01 MB 26 160
245,817 245,817 0000000000000093c9aab366fb4e1b6c8e4503ae05deab87882188245d5e707a 0.10 MB 192 155
245,816 245,816 00000000000000bdbbc89ccb9cdeafb9f218c06b871d67aebf0c46ca964675ea 0.03 MB 61 128
245,815 245,815 00000000000000a2b48ba1fe7fd626df1c0a4fd115f010da302242882a60134c 0.01 MB 23 45
245,814 245,814 00000000000000c7f76f188dce1dada420c917e955ce9c42fbc9d495c5590c68 0.13 MB 323 236
245,813 245,813 0000000000000053e178f04879d36a7c98964659d1c7facf44ce935ffe085749 0.12 MB 283 166
245,812 245,812 000000000000004366882ed5dee8f1388ac5e3c244f19eb79168fd7198d7952a 0.11 MB 263 135
245,811 245,811 00000000000000bec4addbb9679da46048963a2a661ed50dd3b85680d62d183e 0.01 MB 21 173
245,810 245,810 0000000000000081c61f1e57dc0ac5908dd197cac6be497efb6d39b4eb5b389e 0.05 MB 101 137
245,809 245,809 00000000000000903960bbcca4f96829f6a5831ff7530c658be4987b54705391 0.21 MB 408 134
245,808 245,808 0000000000000059d3f9cf0c1371f22131487869d9f6a0ab0698fdd2ff6efd0d 0.00 MB 10 110
245,807 245,807 0000000000000094cc3eb7a139052d5140f9c32fd5f161ff6c284e67b6531501 0.12 MB 323 183
245,806 245,806 00000000000000b1c4dd5df8e57d2ccf2a73c13f5f21fd8c9625f86658e5eb20 0.10 MB 246 173
245,805 245,805 000000000000004722b91967b4a4826d02c7af0950206827dfcd06793c939c26 0.03 MB 76 217
245,804 245,804 0000000000000089fb8864b7b61f0868c1fb2f8fceb743a1aa03520e00e80f83 0.04 MB 95 210
245,803 245,803 00000000000000698f6960186d585ca319868d86022e8f42404ada85d4f7ac0b 0.10 MB 271 199
245,802 245,802 00000000000000c6fff72025d8efa653b177eb3f3e454d4ba83684ee1c10e4d5 0.15 MB 290 86
245,801 245,801 0000000000000025bb54c497502329d6da630e888bbad2673f146c0643d0cceb 0.09 MB 221 173
245,800 245,800 000000000000004a527202e44ad88e05ea0b21e35be63dfc6d326512118ac843 0.02 MB 42 72
245,799 245,799 0000000000000088df53bc69b5f396090766aafcd3065337624d2d2e790edf1b 0.15 MB 271 118
245,798 245,798 000000000000005c6922f8a7af9bf29daf5bf68d1e827c45ea68bd790e298462 0.03 MB 58 29
Previous 10 blocks ↓
Total Size: 769.54 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,648.20 GB sent, 95.63 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.