Memory Pool Memory Pool Refreshing

1,854 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,848 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (751,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,005 156,005 0000000000000cc4e5bff765ecbb7830b7ebf701e8c2fe4b62e1f37db8eddce9 0.03 MB 83 183
156,004 156,004 00000000000001a41e94d4787509729c4b52106c6e8a5e8f74c7fc5125c5aedd 0.01 MB 11 49
156,003 156,003 0000000000000de6650bf385dbb2e831eade6314a8884f88617e1908b1a226b4 0.05 MB 101 27
156,002 156,002 0000000000000a7a9edfcd9549fa4412b72e9bec1b7e78a4fbbbd31a753f8e18 0.03 MB 60 46
156,001 156,001 0000000000000c5103789361bed6a8fd64d45f81c63dc3eca73d4c73a2f02779 0.00 MB 12 50
156,000 156,000 00000000000002adfcffbd5f09744ae3b930597dd0ea684cd37b816783ba3762 0.05 MB 82 27
155,999 155,999 00000000000004da5431f9cc4556b12c693166caae3caf8908fbf224ae062f5d 0.02 MB 46 156
155,998 155,998 00000000000008706407ceeb8ab0d88613e660035f5a09c66e9dbcdb673a7dcf 0.01 MB 14 123
155,997 155,997 0000000000000d2761a12f7a209d0e1652b29dc4affb0cc274d015fc964b93f8 0.01 MB 17 201
155,996 155,996 000000000000072506b6d7f70d0796443a85ce99c6bd1c5137d199a065fc6cc7 0.03 MB 84 44
155,995 155,995 0000000000000edf9588e85177ead30e126fc39babb3e6ee6d0809a2b678edd1 0.00 MB 12 0
155,994 155,994 00000000000007f38d2032e6306bf1a10097c0e0737015c6a381f9f4bfccc210 0.00 MB 8 60
155,993 155,993 0000000000000ce442d60c83fdbd2381e6bd3a930bbda2390eaa429ebc17da13 0.00 MB 9 58
155,992 155,992 00000000000004b973ba24653d4d4dfe7dbeb4300886d281f1a7f343548d1801 0.03 MB 51 33
155,991 155,991 0000000000000380d735b62bb6efff0aa58fbdac75a7e8bd4c466ce9bb8b3fd2 0.01 MB 23 215
155,990 155,990 00000000000008120c4a9a0eedc75e587fef7f09d385c38d3e1d05ca62fad41d 0.01 MB 29 3
155,989 155,989 00000000000006ade6e6532144184e2eb1e94bbb1160a6f14424103f760ffd34 0.01 MB 34 222
155,988 155,988 0000000000000821664ca714aec8df59015aaf552b07595a257c1678a8c730a1 0.02 MB 47 43
155,987 155,987 00000000000002adb28bede1e66af0d247f6e887fb72e1edd38a212ceacccaaa 0.00 MB 9 20
155,986 155,986 000000000000035788d3b5975f692d9fd8641271f045e1c30048866826059982 0.03 MB 73 29
155,985 155,985 000000000000007501e9fdb77e6af59f96d532af0cd27ddbda110c498ec900b2 0.00 MB 11 67
Previous 10 blocks ↓
Total Size: 769.09 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,628.29 GB sent, 93.33 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.