Memory Pool Memory Pool Refreshing

361 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 341 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (751,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
155,984 155,984 0000000000000e66f8ad8bcc95eae344e5e61418402c59295a7b6e223351adf0 0.02 MB 60 260
155,983 155,983 000000000000019dcc12b918442dce68cccc9816ae0e654d19787d7832792752 0.01 MB 20 119
155,982 155,982 00000000000001a0d9888ffa52aaac360b2beea53bd9ab04895c071a0c280756 0.00 MB 16 83
155,981 155,981 000000000000019f5754082014560f77bb1b13373915f040199801d740335eed 0.01 MB 33 908
155,980 155,980 0000000000000cbbd4029f26a24a69f768b108bd7f0e17f629e3015d5d6c81b0 0.01 MB 29 74
Previous 10 blocks ↓
Total Size: 769.27 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.37 GB sent, 94.27 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.