Memory Pool Memory Pool Refreshing

86,538 transactions
33.79 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,381 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,979 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,380 (504,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,194 341,194 000000000000000016bdb18fb0560754643535241a3302150d6f2b6a0e6aee71 0.10 MB 186 24
341,193 341,193 000000000000000010d112d5c6a4f4881c0cad9d079c31c7ed51aad7f821e9eb 0.85 MB 1,041 18
341,192 341,192 00000000000000001214079fa3020817017b4ecffad5e5c933f06a89442ed12b 1.00 MB 2,518 33
341,191 341,191 00000000000000000174c88badbce956180135cdbe20ecdc54b6528320f69d24 0.10 MB 119 6
341,190 341,190 000000000000000017a17e0bf8832488852ed7f4c1832fa39fcefd1a6f76dac6 0.10 MB 254 28
341,189 341,189 000000000000000019637dc51444a9769ff7ac81efd91707fbaf1356c5b1881e 0.41 MB 824 26
341,188 341,188 000000000000000000c55bf16fb0e53f5c41eb9df0573a02ab948fe894dba139 0.10 MB 164 15
341,187 341,187 000000000000000016715b69f38bc24bba5a0d1024e297cce21ad1e65b6fbc18 0.31 MB 489 22
341,186 341,186 0000000000000000018b8265fb08f24062154b578c1b163a257ac258c0e0a4a5 0.24 MB 459 24
341,185 341,185 00000000000000000ddc6f102ad7b4a137884880b689aa77e2af40a5328375dc 0.48 MB 986 26
341,184 341,184 0000000000000000068802a29814af95130112c8981858de833f3b94a3bcca7e 0.33 MB 725 24
341,183 341,183 000000000000000001f19889ab045138307f5cef9809b9f12146b576c5581558 0.62 MB 1,097 26
341,182 341,182 00000000000000000f572af079d4935a2a56bd8b1e9ee32337ea11ff6cf6a901 0.51 MB 945 26
341,181 341,181 00000000000000000b009b0eed620119316249605b3730af2667b6ed99dc4b53 0.14 MB 328 42
341,180 341,180 0000000000000000047ff96d0b3dcaa1d4cc2470aa3b4deae2a65ccee080a201 0.23 MB 440 24
341,179 341,179 000000000000000005a5b4430f2452e9f6ed1ebf1b48b63e0bce864860841e66 0.74 MB 1,490 29
341,178 341,178 00000000000000000796b64bb552ff4774ae0a57fd83e15ef88f8a0928d87506 0.14 MB 251 23
341,177 341,177 00000000000000001223fe55a7c630a4d6ff7933a46ff24f9036b2d90fcc6cb8 0.40 MB 830 42
341,176 341,176 00000000000000000b1142eec5a1716897055de1890f36b04b23c3baf39b0451 0.68 MB 1,169 22
341,175 341,175 0000000000000000003b421398b983ff7b7cdb49f07b799dcf28e6026e118971 0.22 MB 512 35
341,174 341,174 00000000000000001785f8c5f4aab2a0dd286acc0a46e936af977e62862b4298 0.19 MB 180 2
Previous 10 blocks ↓
Total Size: 653.11 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,299.02 GB sent, 79.50 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.