Memory Pool Memory Pool Refreshing

2,681 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,671 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (745,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,370 162,370 000000000000071e258935bb50f309b8a4d121a437056b35b1912f391e01af84 0.05 MB 184 77
162,369 162,369 000000000000030d0a4c372c819f7c231ea0ba58f4408212988008b3dcd8885b 0.00 MB 16 51
162,368 162,368 0000000000000239fe106c5b7a5d3278f1da7997fa50c68c1c8e80cd97a13b3d 0.01 MB 18 189
162,367 162,367 000000000000009916906209e503649d6be94fabca401fe81cbd971a5683149b 0.07 MB 62 57
162,366 162,366 000000000000032e1ba21e830e71808ba4678b5e61abba6fb08f4cc24b607d80 0.02 MB 9 616
162,365 162,365 00000000000003c7fec57dc451aef6326ec34f8ba039cbf8326577fe03ca3288 0.05 MB 137 58
162,364 162,364 00000000000006f24fcc1efad8aeb6bec3880ae23b5a794990c8450557623ff3 0.04 MB 51 2,343
162,363 162,363 0000000000000d243a413e6995d76c0c5e1db2674ae0c82d459491555dfa2a8c 0.00 MB 1 0
162,362 162,362 00000000000009db6088cb502c67a0ef946a0fe2e3d3e2c0e900f98ef06722d6 0.01 MB 24 210
162,361 162,361 00000000000009ee0f2bcfda721e95397b43f6f72ac0dba63dac7dc4a37e4d25 0.01 MB 19 423
162,360 162,360 00000000000000b26085db3599304a850ef579729bc933b1254c064e31135e5c 0.01 MB 32 185
162,359 162,359 00000000000008690401bb3f7991acdcc1617de3bf20e77dadf8c648d6bf16b6 0.03 MB 25 37,544
162,358 162,358 000000000000027d9ea521fa4fef6fc7a536d8539684bdb905900e44d86a43a0 0.02 MB 47 75
162,357 162,357 0000000000000344981c0e7b23fd06a0805e156ad8cd2eb2b4b1c39fefbd5751 0.00 MB 1 0
162,356 162,356 000000000000055385e5abe3a29fbdadf429605ee7fcc694803bac293be52a97 0.02 MB 45 159
162,355 162,355 000000000000075b17aecc0cebbfbc17e5e52dde1f0d3226d904dd11caa589bf 0.02 MB 59 299
162,354 162,354 000000000000003312823ffa6af77a7ed606f9c18477c2caaef1cfd885398d8e 0.04 MB 82 144
162,353 162,353 0000000000000d295db7169a0c3d8910fe11a30e65e9c1ae490243f9e7019946 0.04 MB 82 59
162,352 162,352 00000000000001fea4b22d0b0e2113f72981a18373d63cfba7e7394a027612ec 0.08 MB 178 364
162,351 162,351 0000000000000bcce4fec545b32b489b4505aa3449080713e3592bdcedc5e9a1 0.05 MB 141 109
162,350 162,350 00000000000003b3ff364e5c171f7a684f193f3f1460427359ee0fd3fec37a76 0.05 MB 113 83
Previous 10 blocks ↓
Total Size: 769.54 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,648.56 GB sent, 95.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.