Memory Pool Memory Pool Refreshing

55,304 transactions
39.75 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,811 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,944 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,810 (294,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,305 547,305 000000000000000000080afff14555e68b7f4396de53a9f53be4f98c9e83f3be 0.22 MB 342 7
547,304 547,304 0000000000000000000eee8d928202a44b60218476ad720b6522a9ef64c9be30 0.67 MB 987 11
547,303 547,303 0000000000000000001b74433b2e9a2675616079fda624c80d83d269d68141fe 0.40 MB 610 8
547,302 547,302 00000000000000000002656b9e909a3d27a41658426568a7b0edd6a8cdd7e30f 1.13 MB 1,725 7
547,301 547,301 00000000000000000020ebd8f566f945d990aa7ff76abce9ef4eb4fc080785a0 1.23 MB 2,243 14
547,300 547,300 00000000000000000014798fea844f4f2d20fae0508f6b4af20a4d2661dc9c75 1.05 MB 2,142 14
547,299 547,299 00000000000000000019cb42e61668ff0374eec3fa02dde121d0b8872a9a25c0 0.84 MB 1,006 6
547,298 547,298 00000000000000000006a4ca907655107d588228bc3bec4ef8e9782f714f0133 1.28 MB 686 3
547,297 547,297 0000000000000000000ad3be1f9beb926d28d9bbd6369969c55b18075300cd46 1.18 MB 2,735 8
547,296 547,296 00000000000000000012e446ae94c8f567b479864a13f8ba29ffd5accd3eb8b7 1.30 MB 2,680 21
547,295 547,295 00000000000000000026712174f89571fa4bb8a2026e9d90aa4333215565b2c0 1.42 MB 1,261 8
547,294 547,294 00000000000000000005ffd7a782aed3330e853b1a1d84417d1af09d07ae3be9 1.13 MB 1,097 7
547,293 547,293 000000000000000000210370de5b24ca251a8cfa8c9141599c446414382004ce 1.27 MB 2,820 13
547,292 547,292 000000000000000000012bbae7d548ea5844ecfd6aa8aebe676279dfd062fdd5 1.19 MB 2,444 3
547,291 547,291 00000000000000000000cf38d46506689c8a2530c643ae8d3bdc42fd897179cb 1.18 MB 1,636 8
547,290 547,290 000000000000000000215871bd8126296864a40d1149ccf788843283799badf0 1.00 MB 162 3
547,289 547,289 0000000000000000001ed7276d39c2801c8636a9b0a995cd8e779eb54ff3283d 1.22 MB 2,540 17
547,288 547,288 0000000000000000001b7be8a2c7121c235ccf194049e3d466c6f68409843588 1.37 MB 1,647 5
547,287 547,287 0000000000000000001c11dbf2fa65a63a83df2383451a1422260c30aeb142b8 1.18 MB 2,047 11
547,286 547,286 000000000000000000127b250e2505d6e1062f4088dfa59acac6380500406455 1.31 MB 1,953 21
547,285 547,285 00000000000000000017be505bf168e03efbeb00d810ccbcc08e6e594ce94ecb 1.25 MB 1,870 10
Previous 10 blocks ↓
Total Size: 646.40 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,349.28 GB sent, 37.64 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.