Memory Pool Memory Pool Refreshing

543 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 537 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (709,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,395 198,395 00000000000001e6265d61122d7798b2b4f0a7233b515af3af157240e398d8f4 0.20 MB 256 90
198,394 198,394 000000000000019430416cde0ecdbf40422dcf3752ce138a548ba066ebd54a79 0.13 MB 317 113
198,393 198,393 0000000000000067fedc8d9315d89c0999ec0d4b8e79c08c8acd93f334d817fe 0.00 MB 14 29
198,392 198,392 00000000000005d19e8c18b97bd918d7bf8b8183a2fe9c0038250c9079c2ff62 0.21 MB 538 205
198,391 198,391 000000000000024546bff83a681739701802b3e1ec62e9e51b0f5a69a71f570e 0.09 MB 177 147
198,390 198,390 000000000000021d617fe0f5907872ba7aab3c34581ce260a97adb63ae6eca39 0.00 MB 3 621
198,389 198,389 00000000000005a7eba38cbaeca14d3713102a577bcfff56c1fbcb536185ab79 0.31 MB 751 102
198,388 198,388 0000000000000545fd49952199921e56bf979fe1b66a87b9069d243094c9ba00 0.00 MB 10 294
198,387 198,387 00000000000003146ea311343221d9b1913caefbb0aaf122c7dd7c49eb8c5616 0.02 MB 23 59
198,386 198,386 000000000000059e458c5a43b782de70bdc01e9e138f4a667c974260b6c32562 0.08 MB 199 122
198,385 198,385 00000000000001de4ae3daacaa4c807b9a6f1418e63b02a57119d09a50838b39 0.10 MB 128 60
198,384 198,384 000000000000050a0bd0852f2f8dd9b2ca920f9a14e75a2f8bc3cb7aaa7b146d 0.00 MB 12 15
198,383 198,383 0000000000000029d0b397c329e7b23d0c0e2386910b7f8fbfceb11ca3fe8997 0.11 MB 128 54
198,382 198,382 0000000000000624a0a64045fef5a00c5f71fd513bf08fd40768086f59aa8e41 0.02 MB 37 96
198,381 198,381 0000000000000353c5b7ce62ff8f912a7586e47632500d78310fea611089d25d 0.04 MB 115 58
198,380 198,380 00000000000004568e0d5e753c83c26734b11e98b426c462a2e0bbd9130a36d1 0.24 MB 602 350
198,379 198,379 00000000000003c5c009f36739da998448df91ff1e8c692dd3d8bbbb1ce9e4e4 0.00 MB 12 298
198,378 198,378 00000000000005c622bc48d04da69d94e429911fb76834df3feeafdbea8e9a55 0.00 MB 8 33
198,377 198,377 00000000000004ff43a7e28a21e3d7601d58814de802d4a7d24d33fcf16f2cf0 0.11 MB 206 189
198,376 198,376 0000000000000084c854b4bd8fb53f15ffb7c472b8c1298aabb79b41bcd6f561 0.05 MB 131 58
198,375 198,375 0000000000000299cc3f482dc16aaa9cef88d75bc4893b7b06d444065cf50c87 0.06 MB 130 77
Previous 10 blocks ↓
Total Size: 769.10 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,629.07 GB sent, 93.41 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.