Memory Pool Memory Pool Refreshing

35,989 transactions
30.84 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,243 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,537 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,242 (552,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
311,196 311,196 00000000000000000d726b4c7ea75996956ccfeab5b8519e2c5d378edd73fd47 0.41 MB 598 25
311,195 311,195 00000000000000003202d978d514cc88817506288ee795c5f29bccc46a2ad1c6 0.18 MB 286 37
311,194 311,194 0000000000000000134bc2f682a3a4c4c541d991918779cf854736350fbf6fc4 0.01 MB 15 23
311,193 311,193 0000000000000000171e4a00a8ea7851bb60e1beeb13ad6bd4b9909859aedd2c 0.01 MB 26 24
311,192 311,192 0000000000000000080985898a03ff6cd8995ae9baa5cfed31501f547bee1a4f 0.12 MB 79 15
311,191 311,191 00000000000000003a860857b5c5e465ef26ea86818781f34c4a914329798f37 0.56 MB 954 28
311,190 311,190 00000000000000001749e83f5f889769d204f09e0b8b6f0f6f7442533fd00db2 0.03 MB 66 27
311,189 311,189 000000000000000025804e39a7771ad1ffeeb5d776be115ce34cc525f4cb520e 0.19 MB 459 55
311,188 311,188 0000000000000000222c4890dda670380eae42260969cbcde1cc48c904d0352c 0.15 MB 101 12
311,187 311,187 00000000000000003e2deeebfe137543b1859cc18c271518be3aa733eb827906 0.22 MB 512 33
311,186 311,186 00000000000000001ac897e845f31b8adb4e8f6b83d3b269420ad7c08ccf59b4 0.13 MB 212 27
311,185 311,185 00000000000000002d2ff0efc189b618471ed589f06be2caf08d6430a5cc815d 0.19 MB 352 31
311,184 311,184 00000000000000000df170cc7c7d1406ee35a5a4b11af4307d835ef7c99c8510 0.09 MB 167 27
311,183 311,183 00000000000000001d841290b818ab01d378dc8490bf9ed438c8f07de7ce907c 0.12 MB 266 37
311,182 311,182 00000000000000001ab908caa782a3985f70742272a6b0666aa088f990eb27db 0.35 MB 610 38
311,181 311,181 00000000000000003ae94f383eb4370f93468bff2767ddeecf95cdb6efa40871 0.35 MB 590 32
311,180 311,180 00000000000000002a83735f0f28fd4622111b82c5867004ea0874c672356611 0.74 MB 1,287 36
311,179 311,179 00000000000000000937540780e2e0d7b0c57355c344bbbf42dd71c7251f03ff 0.12 MB 267 29
311,178 311,178 0000000000000000112d224c36886372785bb078c98da02dfe76875393db1d6b 0.22 MB 351 23
311,177 311,177 00000000000000001cbadb146a4543a74dfa6091ffa9c37d1ca9b625e8307435 0.18 MB 326 29
311,176 311,176 00000000000000003e2a4be58ef77f5b845837638215f86396b99885e9399e2f 0.14 MB 269 37
Previous 10 blocks ↓
Total Size: 686.58 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: 1,482.31 GB sent, 115.63 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.