Memory Pool Memory Pool Refreshing

3,197 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,694 00000000000000000002349e0000000000000000000000000000000000000000 0.93 vMB 3,172 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (561,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
346,031 346,031 00000000000000001055e3ce3b25859a7f434fb8b796e25fab5438c1a8724c63 0.72 MB 1,259 27
346,030 346,030 000000000000000011cf7713b67166a30959840ba7ded5cdba5d8dc0b7e6c51e 0.00 MB 1 0
346,029 346,029 00000000000000000877b2ae03b74cb3534209fb73394b3af7fdca93a586f0bd 0.45 MB 916 26
346,028 346,028 000000000000000007c0caa599fe50c4d5825cf5516906f5044cbfca47cfb1d1 0.46 MB 811 26
346,027 346,027 00000000000000000f8e34d07d73d574c129a0672ffed827185a5c02ca3abf34 0.10 MB 120 12
346,026 346,026 000000000000000011c66d963662d77364d5f5635796dd0a86f25c225c2e96b0 0.30 MB 487 21
346,025 346,025 00000000000000001693cf9229d0a7f207572ddd6afdfd92355cc81ef485f935 0.27 MB 395 16
346,024 346,024 0000000000000000117547e68205a46bb915590d1150026a3d93802bf78feeca 0.75 MB 1,587 29
346,023 346,023 00000000000000000e9dcbcf15865c6d4fba1c8c9919b08927ea348f21939236 0.22 MB 392 21
346,022 346,022 00000000000000000effe64e064fbb69565245dc6d07fae29c26bfd957fb899f 0.10 MB 90 8
346,021 346,021 0000000000000000056ecef42762fbfaa51329717b5b9b0d40cab809bad1d330 0.12 MB 177 22
346,020 346,020 000000000000000001de0abf13bc68142c7bef607bd3847a31e56445f611b0e7 0.75 MB 792 16
346,019 346,019 00000000000000000399acedf644077d3cb7020f6e5a02ab7488c5d70253b0fc 0.75 MB 2,064 35
346,018 346,018 00000000000000000afae0f83b3db1b29bd6814983eecb78176c5121bdbc5003 0.34 MB 486 17
346,017 346,017 00000000000000000dfce6acbbd8f0b08df8b14a4d0024878c0d3cdbf6833750 0.04 MB 128 11
346,016 346,016 0000000000000000124932cb804d6164a3029c4812c91d17474df0852294b576 1.00 MB 1,976 27
346,015 346,015 00000000000000000d1adbb7ffed717c6152c9477b8988d9a9f8d0ec4408972d 0.26 MB 287 13
346,014 346,014 00000000000000000a1668e84c7dd5d4bee16bbd36060d6f56c3e60c60d57f3e 0.83 MB 1,107 20
346,013 346,013 000000000000000001a1705ef61f2cae81c9e680aef26831d99ee7d2ec3a3976 0.75 MB 1,746 34
346,012 346,012 00000000000000000be2c91ff9cc41e2c5372ff202ea4ede9d386339f708048d 0.00 MB 1 0
346,011 346,011 000000000000000002aa76a781be6f21ef8abbc616fdfa37fc7026087b8decce 0.10 MB 163 16
Previous 10 blocks ↓
Total Size: 768.97 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,615.58 GB sent, 92.66 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.