Memory Pool Memory Pool Refreshing

5,523 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
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,686 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,538 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,685 (816,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,086 92,086 000000000003533f8a7613ca968d106d152bf251e6eb3134014e91e61c193a06 0.00 MB 2 0
92,085 92,085 00000000000dc839779acba9223add24a4b3e1ef17167a28f04d9727a731f0af 0.00 MB 1 0
92,084 92,084 0000000000035aeb75fdb6a67b4131f01393f7e4a30f6b5604e92dda46df9abd 0.00 MB 1 0
92,083 92,083 00000000000c94f008633cc480ce207aeb7a196e337220fbdc95049ea793367d 0.00 MB 2 0
92,082 92,082 00000000000233948d31d022ae1792fd04f6552152ac5404567e713f0668c46e 0.00 MB 1 0
92,081 92,081 0000000000071874d8945d4979b770e089cb5650ec56469940716b3787ccfac3 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 770.98 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,853.99 GB sent, 101.82 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.