Memory Pool Memory Pool Refreshing

81,292 transactions
30.98 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,255 00000000000000000002b5630000000000000000000000000000000000000000 ago 1.00 vMB 6,480 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,254 (681,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,103 192,103 00000000000006442bf8e18d39630b4bae9a782c8fdb3f875ab48be781fff451 0.20 MB 460 138
192,102 192,102 0000000000000562f77b00a455e3a7a933cc165f07a6cb9ecd45f82fe5dc0275 0.05 MB 136 33
192,101 192,101 0000000000000127f652b22cfdf9885e8aac5a3b5628ed990cd3020f2a3058b6 0.00 MB 1 0
192,100 192,100 0000000000000261a8fac12041ebafe2185f671f8ce012b32f459b1d5133f778 0.12 MB 288 272
192,099 192,099 00000000000005f9ff6fe1e9e19f6f64dd9c1167077b7de4b93146df2e6f1004 0.02 MB 49 236
192,098 192,098 0000000000000596aee0560e079c2a77e40720c829a8effa8309bb3ca3dfe079 0.05 MB 130 143
192,097 192,097 000000000000041d584b81b4928fbcbab8e35a7d83ff0652414d2ba2036834e5 0.09 MB 220 136
192,096 192,096 0000000000000837dcec3ef06e5ce945ceda4f9eb9eb67ed9395919f41f3bbbd 0.00 MB 11 0
192,095 192,095 000000000000021c2c2af4ba86112eccf2efd2d1939a67581c90fe09b5cd02a6 0.03 MB 64 235
192,094 192,094 000000000000052a60323c924dbc7acda25f9e5c467a2d71839dde32aac6bab0 0.01 MB 27 30
192,093 192,093 00000000000003def37c351e00937284c3893eb9f5aa2fbe1057e0dd528746a8 0.11 MB 256 105
192,092 192,092 0000000000000708ea9bc3852e0512886102f84be76f71501a898242de860325 0.02 MB 41 143
192,091 192,091 000000000000031a0f24834fbf3f0b16ba9f41c1448c57aff0a7476276903a7e 0.10 MB 241 110
192,090 192,090 00000000000002c17e506a08bf6e755e4c9ab4fea0acf243fa121106cec9a659 0.08 MB 256 168
192,089 192,089 00000000000000a8a171919fe9ccb59e29d333a62179c02179b9f8396b69d373 0.04 MB 98 99
192,088 192,088 00000000000004c4d291c43e3c7a38709db6971594598514e411dbc5a5f1c39e 0.03 MB 64 61
192,087 192,087 000000000000023070d5d1d380b63a456c19ac14a1ecbeb525ee8b714de09828 0.03 MB 75 126
192,086 192,086 00000000000003462a3c82008bfefe09d004063c793e180f1f5cafc621ca30e2 0.01 MB 40 158
192,085 192,085 0000000000000185e426fa8d71f26e0c52792a42e9a3001fd49b152a7c017e9c 0.04 MB 71 85
192,084 192,084 000000000000020d465147fd5917f711ebd3d99182a065993d0f2813a2d6da2b 0.19 MB 299 143
192,083 192,083 0000000000000435324ae939e02aecbe5e59dec0ac160506e597f8fe2e39e47b 0.06 MB 128 115
Previous 10 blocks ↓
Total Size: 705.50 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,701.84 GB sent, 247.64 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.