Memory Pool Memory Pool Refreshing

978 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,658 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 957 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,657 (816,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,080 92,080 00000000000df27959b28e1691fb21008e1de431794cf9240b109917cb977379 0.05 MB 201 0
92,079 92,079 00000000000cb47aea093bf3e2750e9b8e9e995ea7827e1b8a8f76cc101bf46b 0.05 MB 219 0
92,078 92,078 000000000007948947670b8b41273e9ed549528071cb86c8ee0462cf5516cb5c 0.05 MB 219 0
92,077 92,077 00000000000ad6e7a0631e255f94e196c215ab37b21b135e4398d80ee837a288 0.03 MB 155 0
92,076 92,076 00000000000b5f9d6ef4e1fdc659673b25f268dc60f441826089b4007bf1e541 0.05 MB 219 0
92,075 92,075 000000000006b584590d83cb9a991f3bd5d8511b4abdbfea05e65590cbe23093 0.00 MB 6 0
92,074 92,074 000000000005707b17cf760e1035d9e19a3001ab0fe4dbbdc206bd48b692813c 0.00 MB 1 0
92,073 92,073 000000000005b3fb679b2758c2cdd3311c0f483c639812039c8075acbf3b59ae 0.00 MB 2 0
92,072 92,072 00000000000812b75d5b4dcbd89a07788ade7cb9687457dac997d0669b4f8af6 0.00 MB 1 0
92,071 92,071 000000000008d2fd5fc7ad76a7b59ad85f093154d7df1eb036706f0866aa7fe9 0.00 MB 5 0
92,070 92,070 000000000005592cb78aa7384677543971f05844e07f1d04bac5594d93ab7405 0.00 MB 2 0
92,069 92,069 00000000000c890177eb8e97152b433882c0dbae361e6615f369e9f4cf060974 0.13 MB 507 0
92,068 92,068 00000000000c10491f16d464f138e9ca3fd335ac97e0e7e1bae94cd1eb9b6e66 0.05 MB 214 0
92,067 92,067 000000000006f9b809365a295225ec109b1e76fcb16f040bed626211ce9ce7c8 0.05 MB 187 0
92,066 92,066 000000000005636a05402caa5e3e22850face70e999c987751cc29f258207b1b 0.05 MB 194 0
92,065 92,065 0000000000099d563ed6a67f916135692c8f7e33534806f0bf755b5c94e119e5 0.05 MB 195 0
92,064 92,064 000000000002ab79ac63c93855db748702b58d960da452fd8db48dedaa704676 0.01 MB 33 0
92,063 92,063 0000000000038d914a072b24077c013d74470d3f804cee66ab973ef659dc912b 0.00 MB 6 0
92,062 92,062 00000000000a26736752de2b713e6c6dd882cbf0e78c8183eb817a298875486d 0.01 MB 9 0
92,061 92,061 000000000005418bd82753eb7119506ef911850f021fbe0384d87a7d6785009f 0.00 MB 1 0
92,060 92,060 00000000000d816be2a7ee0b2b3dc62dd246d43935b5f2ef814aa99a2ce4a3ee 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.92 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,851.81 GB sent, 101.54 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.