Memory Pool Memory Pool Refreshing

17,900 transactions
5.78 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,516 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (602,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,029 305,029 00000000000000003ecfc43f7a7e7a969621c07f7d71ae21f63b5fdcb8232b9c 0.35 MB 613 34
305,028 305,028 00000000000000003102ff6217a6641c0ccb86dc831372b2b2bcbc5fb0e0669a 0.35 MB 841 40
305,027 305,027 00000000000000004813c24f1efb4619a57908ce999a639e054c31ac16493fc4 0.26 MB 276 20
305,026 305,026 000000000000000059eb710229f3d9ec0620461b7afea1a566f4e6da1f3c5905 0.50 MB 1,105 38
305,025 305,025 000000000000000016bf5b3d9274c5275eb13336a8f75b970380a8bd99708299 0.23 MB 250 19
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
Previous 10 blocks ↓
Total Size: 769.02 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,624.26 GB sent, 92.99 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.