Memory Pool Memory Pool Refreshing

7,490 transactions
3.46 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,888 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (665,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,798 241,798 0000000000000078800724db45c463b8711c906ff4e76c7a0c3969f1b375e226 0.07 MB 127 129
241,797 241,797 000000000000004cec90fb6c62f76b921b6cc2a4b37d664aaaa7f288d0115b03 0.02 MB 40 144
241,796 241,796 00000000000000dbe5f124f92b12b07f254c197f121693e2affaa154cd8e2817 0.10 MB 244 173
241,795 241,795 00000000000000e7648a26393da5ad772fd6f523b0d9d47aff1dc1da5c40053a 0.09 MB 185 107
241,794 241,794 0000000000000082073712deca976f97003749c77ed949381993a41af0c67c32 0.05 MB 90 176
241,793 241,793 000000000000008fd9a388de1bef57634bf513e1a4f65a86a10d2d4c1e1bf12a 0.01 MB 29 143
241,792 241,792 000000000000005635b3ed07de9f9bad929a01db17e2019a73c307657c8baf51 0.13 MB 266 159
241,791 241,791 0000000000000089e4b0d41f69da224760cfba4d0a81402ab5a3c9f9be77e6de 0.07 MB 158 143
241,790 241,790 0000000000000013628442d3bbc0500ae627e97edf025730362cb2d17dba7c74 0.07 MB 152 156
241,789 241,789 000000000000005824750737c78f7ef7f67a36373d40a7772020b66eac13f944 0.02 MB 45 106
241,788 241,788 00000000000000550e06d96759383bc64273a38a85fd322580da682bc7ff3338 0.07 MB 160 165
241,787 241,787 00000000000000b6094fa4dfec3ad238e03ad428b86fe231594f20c429916969 0.05 MB 116 228
241,786 241,786 00000000000000b629f7ed69120c58c3430c5599f7d0ad981c43678a9b70c180 0.04 MB 95 191
241,785 241,785 0000000000000015ec627834f3051a97e37bbab2af595a5006e6a93857b26837 0.05 MB 114 211
241,784 241,784 00000000000000ef688ee20b06f94cdb85349b72f5c11da2a8f7cbf4c93d6b6e 0.09 MB 194 157
241,783 241,783 00000000000000baa367bacbcb23f4610bcae1536a54ce05864903d6a7555fad 0.06 MB 74 117
241,782 241,782 0000000000000072babbbb32984f46d05e131acea3bf1d5e0cb699655b55e08d 0.01 MB 17 194
241,781 241,781 00000000000000d6e440ab456329ac8859d7c7aaa9a99a82a8b5e62273e65cc8 0.10 MB 214 137
241,780 241,780 000000000000001152af4483ab9a637a8941cd8fa6e05af22478495f2592f9e5 0.13 MB 283 152
241,779 241,779 0000000000000109b63e9c8ba3c598c0f965e2ce0132a6ed318764401d811305 0.02 MB 41 130
241,778 241,778 00000000000000af7a789f1b3f8a73532933504f7712d31f4d4e2508cba818dc 0.04 MB 88 147
Previous 10 blocks ↓
Total Size: 769.03 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,624.86 GB sent, 93.01 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.