Memory Pool Memory Pool Refreshing

6,196 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,947 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (615,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,577 292,577 0000000000000000a835833e2376effbc5b0f9cecac8e2b87695c9795808c7d1 0.35 MB 402 20
292,576 292,576 0000000000000000abaa3430e86b55b4d50d9cbe80a4e5a379f450aafe5d7559 0.09 MB 256 35
292,575 292,575 0000000000000000139f05754a295d86ff0de75c26c0acbccfc5a27bd4d9f70a 0.25 MB 696 51
292,574 292,574 0000000000000000a3b54dc097a8415941a63179b5f94bbf55fbc9781f4d24df 0.25 MB 408 30
292,573 292,573 0000000000000000db30135079af8c7f2dddcfa09c4a1f58f8237e62136efb35 0.53 MB 256 11
292,572 292,572 000000000000000096f8acc2be8795cf6e3b28f14dd22f177d49af9b8dfb843b 0.35 MB 563 23
292,571 292,571 000000000000000060491bc81aa08c2bf1acc33056e07533de84dca247670cd3 0.50 MB 1,618 78
292,570 292,570 0000000000000000cca3d69eaff3b228c1367fdbd02b627af96b799122f9365f 0.32 MB 139 12
292,569 292,569 000000000000000034fd57cf91dfd7c05e45c9436ebe7a55d6bb5be35516b92e 0.35 MB 713 88
292,568 292,568 00000000000000008c66fb0db42004c7870575c06d4270b6c53fc6a9ffabb9b4 0.35 MB 1,055 50
292,567 292,567 00000000000000008d019a2d130200cb0bdcd1ba9dae7dea1894c42af52bb4b9 0.17 MB 291 23
292,566 292,566 00000000000000006a176cd92a496cc13e1a8d371d3887877bad683286f4b487 0.19 MB 512 48
292,565 292,565 000000000000000058c07e8ade05016a82a20d62dffc8cbfb66172d6011eb170 0.35 MB 582 30
292,564 292,564 0000000000000000c6d561375fc7e892ec115a1b9c8a778fd868ce74b52726cb 0.13 MB 322 39
292,563 292,563 000000000000000076a55b62bf0557a2d68dcd192849fd8fc54b262d128372cd 0.26 MB 555 34
292,562 292,562 0000000000000000cef367ab088b96711777e311dfdcb0b6e604b9d4f9eb3c06 0.02 MB 54 34
292,561 292,561 000000000000000017aee58faf59d2ecf3a7cb0821938328d49e7b13ccc1d3fa 0.01 MB 20 43
292,560 292,560 0000000000000000d5f920f0f6a3dac5a81b433954e9ea2291d87e4fe3d7f7a5 0.19 MB 373 29
292,559 292,559 00000000000000004ccc6700e48fbc51a313f3b9614e4dcab0ac2c288b148aac 0.05 MB 92 34
292,558 292,558 00000000000000005f1c5ecedf6f32bbe9cdccca7de24b40dae4ef37e63f1d3b 0.37 MB 526 37
292,557 292,557 0000000000000000378c559ad2ab8e9a331eab0dc330fc046fdfaeba7f48aad2 0.35 MB 930 51
Previous 10 blocks ↓
Total Size: 769.28 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.58 GB sent, 94.34 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.