Memory Pool Memory Pool Refreshing

3,842 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,239 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (602,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,024 305,024 00000000000000004f2d56305f52106a0e801659dd99faedfb833d931adf9f82 0.14 MB 235 31
305,023 305,023 000000000000000042106cf94c32e4a6c964bf8baebfdaec67b1529d31d81f72 0.09 MB 108 20
305,022 305,022 00000000000000002a5ef6060c800a71cd5497033d25e28417fc7d39de3d75d5 0.03 MB 46 37
305,021 305,021 00000000000000004088bb091c5f0c9df97c30abd95ad46e3abeb11857cf0a92 0.03 MB 75 40
305,020 305,020 00000000000000001a17f68e503a811aa3766de17799f6cb6d7b52ffda4de05e 0.17 MB 360 32
305,019 305,019 00000000000000003c0d22d6eaa847f97f9d7d8cc2b272dbbcdb014c414fdd38 0.21 MB 429 34
305,018 305,018 0000000000000000187f4f4582f8aec8dde17d2dcfab14e79cc4a355f4425492 0.13 MB 91 12
305,017 305,017 0000000000000000221118181e51eb195ca1547db5b1c55855a90bde860d4e40 0.10 MB 124 25
305,016 305,016 00000000000000000e1120236cdb69fbb46b078f3c0436d83f28cdc37640ba59 0.10 MB 205 35
305,015 305,015 00000000000000001c07d95fe32ff2c1f45898b1582363066cdd28010ccab58b 0.25 MB 394 26
305,014 305,014 00000000000000003d1222f4e85e74e3e63fa33a144039009b96f490048c7c7c 0.15 MB 292 28
305,013 305,013 00000000000000003a1fb87f913ef4690bcac4ca544143eae3b03278b24943a2 0.24 MB 490 33
305,012 305,012 000000000000000057e1d9e43a60ef08f799ea4cec0505ad9841c1cea80bf00a 0.40 MB 750 32
305,011 305,011 0000000000000000273c1e2efb054ead2f3185862d0cb60167d5c967faee698e 0.01 MB 43 37
305,010 305,010 00000000000000001056e0beec28febf776156a12c29757e06b9fa433c0bc606 0.16 MB 283 106
305,009 305,009 00000000000000000f86146e327bf556f2aa6127aa015eb9a5fa31328407b1e7 0.04 MB 92 33
305,008 305,008 000000000000000033af98eea34c8b9f4a791eee9e84f85131eadc553fdd6207 0.14 MB 333 33
305,007 305,007 0000000000000000545e8eab746dfd39184abf12f5957b869df83b343ff20d31 0.33 MB 594 29
305,006 305,006 0000000000000000270f3422dc941632c4673091386f8adfb4f2e47cdcf45118 0.25 MB 410 29
305,005 305,005 00000000000000001478e0d13af6b8c93be399e2dfe59f886b938c015abdf8a1 0.22 MB 406 30
305,004 305,004 0000000000000000162865e084d637f7e7fbd3580a2dae91abe6d47fa4ef8abe 0.29 MB 493 29
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.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.