Memory Pool Memory Pool Refreshing

1,943 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,052 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,941 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,051 (644,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,368 263,368 000000000000000d2c30dc6be397dc36efdb7eb5faa525343441f6951abc361b 0.05 MB 134 85
263,367 263,367 000000000000000a11a0ad593d3df914c64732ea390a29f3f1c15be52e1f2933 0.03 MB 69 71
263,366 263,366 0000000000000014dcb882ded66303a9f85b0173e59ab495e5d5179172ae55ca 0.14 MB 318 95
263,365 263,365 000000000000000b6a0ba11dc5a5e5b0cdd736eea6ba2888e8bcc11f8dfb6733 0.13 MB 373 155
263,364 263,364 000000000000000e66a4c39682d9ff15212b6ff33484d9c62f6042ff58c452ad 0.14 MB 288 75
263,363 263,363 00000000000000097a6b9efa8839fa39718a44a0a8a24c37dbb9c8ef68fe7823 0.03 MB 81 63
263,362 263,362 00000000000000162b0ef0c57c986c553d508a8b23f4098785a0938490df228d 0.19 MB 469 104
263,361 263,361 000000000000000e742c3b88f901f23ca38737b926be6ec39b7b1180fc813804 0.16 MB 383 112
263,360 263,360 000000000000000080a9efba976e09c5fab655fadea80d6e33f320fc9c82a9c4 0.25 MB 590 109
263,359 263,359 000000000000000600cb7f7e1dfa0fdf40fdadc3ee5a07d71d0555324fe208b4 0.06 MB 116 65
263,358 263,358 000000000000000c062b6b048850b33fcd11bdf80ea8dfb00b3c1020df8363c6 0.15 MB 179 25
263,357 263,357 00000000000000020cddebcb67f9d9654b684e59b85efe8c1e227e70a96179c2 0.17 MB 370 110
263,356 263,356 0000000000000009c686c4222f48d179e765f2a856917291f14d0854fdc267d1 0.22 MB 536 106
263,355 263,355 000000000000000b5ad8a304378c870737faf1fd493abcb6fce7641e84334118 0.21 MB 471 118
263,354 263,354 0000000000000009fdd9ad33bf182d6a3e1e84f4e8ed971ca775a18a5d75b041 0.07 MB 142 61
263,353 263,353 00000000000000043cc0830c347ad7193e1e5c5b43bd5ff993ef0de9b7ea8ccc 0.03 MB 41 72
263,352 263,352 00000000000000034d2a29d22a45b8ef6e58431f5c3474dab9d1593a3d883bee 0.20 MB 311 82
263,351 263,351 00000000000000075a38e7534c98e8dd8ce16b9fd5c18777b1390e7fd3a90061 0.19 MB 290 72
263,350 263,350 00000000000000114dbc37685535fc75b2bbacf040896bbe2a166497a63f23ac 0.15 MB 289 133
263,349 263,349 0000000000000009c28545b20f0114afcf29c6e6ee6bd5ef26a290d71b87429c 0.15 MB 436 115
263,348 263,348 0000000000000008107c87d4de2f9cb6e8c03736343aa52a48945187d340bf8e 0.08 MB 165 44
Previous 10 blocks ↓
Total Size: 769.64 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,652.96 GB sent, 96.08 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.